Skip to content

Commit

Permalink
Release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Sandakov committed May 27, 2024
1 parent 3340374 commit 1e9bce1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion BUCK
Original file line number Diff line number Diff line change
@@ -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',
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion centos2almaconverter/BUCK
Original file line number Diff line number Diff line change
@@ -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',
Expand Down

0 comments on commit 1e9bce1

Please sign in to comment.