Skip to content

Commit 083bcc4

Browse files
authored
Merge pull request #427 from plesk/release-1.4.6
Release 1.4.6
2 parents 883e301 + 084fb0c commit 083bcc4

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

BUCK

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright 1999-2025. WebPros International GmbH. All rights reserved.
22
# vim:ft=python:
33

4-
PRODUCT_VERSION = '1.4.5'
4+
PRODUCT_VERSION = '1.4.6'
55

66
genrule(
77
name = 'version',

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ To retrieve the latest available version of the tool, please navigate to the "Re
4141

4242
To prepare the latest version of the tool for use from a command line, please run the following commands:
4343
```shell
44-
> wget https://github.com/plesk/centos2alma/releases/download/v1.4.5/centos2alma-1.4.5.zip
45-
> unzip centos2alma-1.4.5.zip
44+
> wget https://github.com/plesk/centos2alma/releases/download/v1.4.6/centos2alma-1.4.6.zip
45+
> unzip centos2alma-1.4.6.zip
4646
> chmod 755 centos2alma
4747
```
4848

centos2almaconverter/BUCK

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright 1999-2025. Plesk International GmbH. All rights reserved.
22
# vim:ft=python:
33

4-
PRODUCT_VERSION = '1.4.5'
4+
PRODUCT_VERSION = '1.4.6'
55

66
genrule(
77
name = 'version',

0 commit comments

Comments
 (0)