From a6e28ff40f737bac66bea3a175708ca4acd78c9a Mon Sep 17 00:00:00 2001 From: Mikhail Sandakov Date: Tue, 10 Dec 2024 16:07:53 +0200 Subject: [PATCH] Release 1.4.4 --- BUCK | 2 +- README.md | 4 ++-- centos2almaconverter/BUCK | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/BUCK b/BUCK index 9d89ebc..a39065f 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.3' +PRODUCT_VERSION = '1.4.4' genrule( name = 'version', diff --git a/README.md b/README.md index 454acd7..7e6e975 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.3/centos2alma-1.4.3.zip -> unzip centos2alma-1.4.3.zip +> wget https://github.com/plesk/centos2alma/releases/download/v1.4.4/centos2alma-1.4.4.zip +> unzip centos2alma-1.4.4.zip > chmod 755 centos2alma ``` diff --git a/centos2almaconverter/BUCK b/centos2almaconverter/BUCK index ed94739..5fcabfd 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.3' +PRODUCT_VERSION = '1.4.4' genrule( name = 'version',