Raphael Schneeberger 7 лет назад
Родитель
Сommit
2c7b93f649
3 измененных файлов с 3 добавлено и 3 удалено
  1. 1 1
      ISSUE_TEMPLATE.md
  2. 1 1
      src/deb/hestia/control
  3. 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-28)
+Type here (e.g. 0.9.8-29)
 
 ### 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-28
+Version: 0.9.8-29
 Section: admin
 Maintainer: HestiaCP <info@hestiacp.com>
 Homepage: https://www.hestiacp.com

+ 1 - 1
src/hst_autocompile.sh

@@ -5,7 +5,7 @@ BUILD_DIR='/root'
 INSTALL_DIR='/usr/local/hestia'
 
 # Set Version for compiling
-HESTIA_V='0.9.8-28_amd64'
+HESTIA_V='0.9.8-29_amd64'
 NGINX_V='1.15.10'
 OPENSSL_V='1.1.1b'
 PCRE_V='8.42'