Skip to content

Commit 7bd9948

Browse files
committed
Update version number to 1.2.0 due to a feature release.
1 parent 2f37337 commit 7bd9948

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[Hestia Control Panel](https://www.hestiacp.com/)
44
==================================================
55
**Current stable release:** Version 1.1.1, released on March 26th, 2020.<br>
6-
**Current development release:** Version 1.1.2.
6+
**Current development release:** Version 1.2.0.
77
<br><br>
88
**Due to a change of the repository infrastructure, please install the new key before you upgrade your existing installations:**
99
```bash

install/hst-install-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ HESTIA_INSTALL_DIR="$HESTIA/install/deb"
2323
VERBOSE='no'
2424

2525
# Define software versions
26-
HESTIA_INSTALL_VER='1.1.2'
26+
HESTIA_INSTALL_VER='1.2.0'
2727
pma_v='5.0.2'
2828
multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4")
2929
fpm_v="7.3"

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ HESTIA_INSTALL_DIR="$HESTIA/install/deb"
2323
VERBOSE='no'
2424

2525
# Define software versions
26-
HESTIA_INSTALL_VER='1.1.2'
26+
HESTIA_INSTALL_VER='1.2.0'
2727
pma_v='5.0.2'
2828
multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4")
2929
fpm_v="7.3"

install/upgrade/versions/latest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# Hestia Control Panel upgrade script for target version 1.1.2
3+
# Hestia Control Panel upgrade script for target version 1.2.0
44

55
#######################################################################################
66
####### Place additional commands below. #######

src/deb/hestia/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Source: hestia
22
Package: hestia
33
Priority: optional
4-
Version: 1.1.2
4+
Version: 1.2.0
55
Section: admin
66
Maintainer: HestiaCP <info@hestiacp.com>
77
Homepage: https://www.hestiacp.com

src/deb/hestia/copyright

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Upstream-Name: hestia
33
Source: https://www.hestiacp.com
44

55
Files: *
6-
Copyright: 2018-2019, Hestia Control Panel <info@hestiacp.com>
6+
Copyright: 2018-2020, Hestia Control Panel <info@hestiacp.com>
77
License: GPL-3.0+
88
Remarks: Hestia Control Panel is a fork from VestaCP, special thanks to vestacp.com and Serghey Rodin
99

0 commit comments

Comments
 (0)