Просмотр исходного кода

Update version number to 1.2.0 due to a feature release.

Raphael Schneeberger 5 лет назад
Родитель
Сommit
7bd9948bf7

+ 1 - 1
README.md

@@ -3,7 +3,7 @@
 [Hestia Control Panel](https://www.hestiacp.com/)
 ==================================================
 **Current stable release:** Version 1.1.1, released on March 26th, 2020.<br>
-**Current development release:** Version 1.1.2.
+**Current development release:** Version 1.2.0.
 <br><br>
 **Due to a change of the repository infrastructure, please install the new key before you upgrade your existing installations:**
 ```bash

+ 1 - 1
install/hst-install-debian.sh

@@ -23,7 +23,7 @@ HESTIA_INSTALL_DIR="$HESTIA/install/deb"
 VERBOSE='no'
 
 # Define software versions
-HESTIA_INSTALL_VER='1.1.2'
+HESTIA_INSTALL_VER='1.2.0'
 pma_v='5.0.2'
 multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4")
 fpm_v="7.3"

+ 1 - 1
install/hst-install-ubuntu.sh

@@ -23,7 +23,7 @@ HESTIA_INSTALL_DIR="$HESTIA/install/deb"
 VERBOSE='no'
 
 # Define software versions
-HESTIA_INSTALL_VER='1.1.2'
+HESTIA_INSTALL_VER='1.2.0'
 pma_v='5.0.2'
 multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4")
 fpm_v="7.3"

+ 1 - 1
install/upgrade/versions/latest.sh

@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Hestia Control Panel upgrade script for target version 1.1.2
+# Hestia Control Panel upgrade script for target version 1.2.0
 
 #######################################################################################
 #######                      Place additional commands below.                   #######

+ 1 - 1
src/deb/hestia/control

@@ -1,7 +1,7 @@
 Source: hestia
 Package: hestia
 Priority: optional
-Version: 1.1.2
+Version: 1.2.0
 Section: admin
 Maintainer: HestiaCP <info@hestiacp.com>
 Homepage: https://www.hestiacp.com

+ 1 - 1
src/deb/hestia/copyright

@@ -3,7 +3,7 @@ Upstream-Name: hestia
 Source: https://www.hestiacp.com
 
 Files: *
-Copyright: 2018-2019, Hestia Control Panel <info@hestiacp.com>
+Copyright: 2018-2020, Hestia Control Panel <info@hestiacp.com>
 License: GPL-3.0+
 Remarks: Hestia Control Panel is a fork from VestaCP, special thanks to vestacp.com and Serghey Rodin