From 1e9bce129d1b0a39ae5c988892576595b4a48fa6 Mon Sep 17 00:00:00 2001 From: Mikhail Sandakov Date: Mon, 27 May 2024 13:21:44 +0300 Subject: [PATCH] Release 1.3.1 --- BUCK | 2 +- README.md | 4 ++-- centos2almaconverter/BUCK | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/BUCK b/BUCK index 78e3cde..3a5b94e 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.0' +PRODUCT_VERSION = '1.3.1' genrule( name = 'version', diff --git a/README.md b/README.md index 4bbed29..4ab671a 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,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.0/centos2alma-1.3.0.zip -> unzip centos2alma-1.3.0.zip +> wget https://github.com/plesk/centos2alma/releases/download/v1.3.1/centos2alma-1.3.1.zip +> unzip centos2alma-1.3.1.zip > chmod 755 centos2alma ``` diff --git a/centos2almaconverter/BUCK b/centos2almaconverter/BUCK index 99c0a14..427b76d 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.0' +PRODUCT_VERSION = '1.3.1' genrule( name = 'version',