Raphael Schneeberger 7 лет назад
Родитель
Сommit
98be791aa5
5 измененных файлов с 5 добавлено и 5 удалено
  1. 1 1
      ISSUE_TEMPLATE.md
  2. 1 1
      src/deb/hestia/control
  3. 1 1
      src/deb/nginx/control
  4. 1 1
      src/deb/php/control
  5. 1 1
      src/hst_autocompile.sh

+ 1 - 1
ISSUE_TEMPLATE.md

@@ -13,7 +13,7 @@ Type here (e.g. A list of hosted web domains should appear).
 Type here (e.g. Ubuntu 18.04 LTS)
 
 ### HestiaCP Version:
-Type here (e.g. 0.9.8-27)
+Type here (e.g. 0.9.8-28)
 
 ### What software is installed?
 Type here (e.g. Apache, Nginx, PHP-FPM, Dovecot/Exim, MariaDB, etc.)

+ 1 - 1
src/deb/hestia/control

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

+ 1 - 1
src/deb/nginx/control

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

+ 1 - 1
src/deb/php/control

@@ -1,7 +1,7 @@
 Source: hestia-php
 Package: hestia-php
 Priority: optional
-Version: 0.9.8-27
+Version: 0.9.8-28
 Section: admin
 Maintainer: HestaCP <info@hestiacp.com>
 Homepage: https://www.hestiacp.com

+ 1 - 1
src/hst_autocompile.sh

@@ -8,7 +8,7 @@ INSTALL_DIR='/usr/local/hestia'
 GIT_REP='https://raw.githubusercontent.com/hestiacp/hestiacp/master/src/deb'
 
 # Set Version for compiling
-HESTIA_V='0.9.8-27_amd64'
+HESTIA_V='0.9.8-28_amd64'
 NGINX_V='1.15.9'
 OPENSSL_V='1.1.1a'
 PCRE_V='8.42'