Skip to content

Commit

Permalink
Merge pull request #381 from plesk/release-1.4.3
Browse files Browse the repository at this point in the history
Release 1.4.3
  • Loading branch information
SandakovMM authored Oct 25, 2024
2 parents 40fcac8 + cc47f87 commit 2fe7284
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.4.2'
PRODUCT_VERSION = '1.4.3'

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 @@ -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
```

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.4.2'
PRODUCT_VERSION = '1.4.3'

genrule(
name = 'version',
Expand Down

0 comments on commit 2fe7284

Please sign in to comment.