From 52bad71c8afc03bb6f0c3b0e49d1f65d29c667a9 Mon Sep 17 00:00:00 2001 From: Mikhail Sandakov Date: Sun, 4 Aug 2024 07:43:32 +0300 Subject: [PATCH] Release 1.3.3 --- BUCK | 2 +- README.md | 4 ++-- centos2almaconverter/BUCK | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/BUCK b/BUCK index 03e32b9..5daba5d 100644 --- a/BUCK +++ b/BUCK @@ -1,7 +1,7 @@ # Copyright 1999-2024. WebPros International GmbH. All rights reserved. # vim:ft=python: -PRODUCT_VERSION = '1.3.2' +PRODUCT_VERSION = '1.3.3' genrule( name = 'version', diff --git a/README.md b/README.md index 8d9385a..65b9cb1 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.3.2/centos2alma-1.3.2.zip -> unzip centos2alma-1.3.2.zip +> wget https://github.com/plesk/centos2alma/releases/download/v1.3.3/centos2alma-1.3.3.zip +> unzip centos2alma-1.3.3.zip > chmod 755 centos2alma ``` diff --git a/centos2almaconverter/BUCK b/centos2almaconverter/BUCK index da60a2e..2b44d46 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.3.2' +PRODUCT_VERSION = '1.3.3' genrule( name = 'version',