diff --git a/BUCK b/BUCK index a64051c..9d89ebc 100644 --- a/BUCK +++ b/BUCK @@ -1,7 +1,7 @@ # Copyright 1999-2024. WebPros International GmbH. All rights reserved. # vim:ft=python: -PRODUCT_VERSION = '1.4.2' +PRODUCT_VERSION = '1.4.3' genrule( name = 'version', diff --git a/README.md b/README.md index 1b0fd0c..454acd7 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.2/centos2alma-1.4.2.zip -> unzip centos2alma-1.4.2.zip +> wget https://github.com/plesk/centos2alma/releases/download/v1.4.3/centos2alma-1.4.3.zip +> unzip centos2alma-1.4.3.zip > chmod 755 centos2alma ``` diff --git a/centos2almaconverter/BUCK b/centos2almaconverter/BUCK index 0cee009..ed94739 100644 --- a/centos2almaconverter/BUCK +++ b/centos2almaconverter/BUCK @@ -1,7 +1,7 @@ # Copyright 1999-2024. Plesk International GmbH. All rights reserved. # vim:ft=python: -PRODUCT_VERSION = '1.4.2' +PRODUCT_VERSION = '1.4.3' genrule( name = 'version',