Skip to content

Commit 57b900e

Browse files
author
Kristan Kenney
committed
Fix stored version variable during upgrade
1 parent 4cf01b8 commit 57b900e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

install/upgrade/1.00.0-190618.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@ echo ""
7575

7676
# Set new version
7777
sed -i "/VERSION/d" $HESTIA/conf/hestia.conf
78-
# Set new branch variable
79-
echo "VERSION='0.10.0'" >> $HESTIA/conf/hestia.conf
78+
echo "VERSION='1.00.0-190618'" >> $HESTIA/conf/hestia.conf
8079

8180
# Update Apache and Nginx configuration to support new file structure
8281
if [ -f /etc/apache2/apache.conf ]; then

0 commit comments

Comments
 (0)