diff --git a/BUCK b/BUCK index 122232f..4b52002 100644 --- a/BUCK +++ b/BUCK @@ -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', diff --git a/README.md b/README.md index 7e6e975..b8d234b 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/centos2almaconverter/BUCK b/centos2almaconverter/BUCK index 2a63001..39080a8 100644 --- a/centos2almaconverter/BUCK +++ b/centos2almaconverter/BUCK @@ -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',