Skip to content

Commit

Permalink
Merge pull request #412 from plesk/release-1.4.5
Browse files Browse the repository at this point in the history
Release 1.4.5
  • Loading branch information
SandakovMM authored Jan 13, 2025
2 parents 9a6c171 + 7b4d503 commit 319e16a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion BUCK
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 1999-2025. WebPros International GmbH. All rights reserved.
# vim:ft=python:

PRODUCT_VERSION = '1.4.4'
PRODUCT_VERSION = '1.4.5'

genrule(
name = 'version',
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ To retrieve the latest available version of the tool, please navigate to the "Re

To prepare the latest version of the tool for use from a command line, please run the following commands:
```shell
> wget https://github.com/plesk/centos2alma/releases/download/v1.4.4/centos2alma-1.4.4.zip
> unzip centos2alma-1.4.4.zip
> wget https://github.com/plesk/centos2alma/releases/download/v1.4.5/centos2alma-1.4.5.zip
> unzip centos2alma-1.4.5.zip
> chmod 755 centos2alma
```

Expand Down
2 changes: 1 addition & 1 deletion centos2almaconverter/BUCK
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 1999-2025. Plesk International GmbH. All rights reserved.
# vim:ft=python:

PRODUCT_VERSION = '1.4.4'
PRODUCT_VERSION = '1.4.5'

genrule(
name = 'version',
Expand Down

0 comments on commit 319e16a

Please sign in to comment.