Browse Source

Fix stored version variable during upgrade

Kristan Kenney 6 years ago
parent
commit
57b900e845
1 changed files with 1 additions and 2 deletions
  1. 1 2
      install/upgrade/1.00.0-190618.sh

+ 1 - 2
install/upgrade/1.00.0-190618.sh

@@ -75,8 +75,7 @@ echo ""
 
 # Set new version
 sed -i "/VERSION/d" $HESTIA/conf/hestia.conf
-# Set new branch variable
-echo "VERSION='0.10.0'" >> $HESTIA/conf/hestia.conf
+echo "VERSION='1.00.0-190618'" >> $HESTIA/conf/hestia.conf
 
 # Update Apache and Nginx configuration to support new file structure
 if [ -f /etc/apache2/apache.conf ]; then