Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.4.5 #412

Merged
merged 1 commit into from
Jan 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion BUCK
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 1999-2025. WebPros International GmbH. All rights reserved.
# vim:ft=python:

PRODUCT_VERSION = '1.4.4'
PRODUCT_VERSION = '1.4.5'

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.4/centos2alma-1.4.4.zip
> unzip centos2alma-1.4.4.zip
> wget https://github.com/plesk/centos2alma/releases/download/v1.4.5/centos2alma-1.4.5.zip
> unzip centos2alma-1.4.5.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-2025. Plesk International GmbH. All rights reserved.
# vim:ft=python:

PRODUCT_VERSION = '1.4.4'
PRODUCT_VERSION = '1.4.5'

genrule(
name = 'version',
Expand Down