Skip to content

Commit 4d8690e

Browse files
author
Kristan Kenney
committed
Change system to follow release branch
1 parent 4cf01b8 commit 4d8690e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/upgrade/1.00.0-190618.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ release_branch_check=$(cat $HESTIA/conf/hestia.conf | grep RELEASE_BRANCH)
2121
if [ -z "$release_branch_check" ]; then
2222
echo "(*) Adding global release branch variable to system configuration..."
2323
sed -i "/RELEASE_BRANCH/d" $HESTIA/conf/hestia.conf
24-
echo "RELEASE_BRANCH='develop'" >> $HESTIA/conf/hestia.conf
24+
echo "RELEASE_BRANCH='master'" >> $HESTIA/conf/hestia.conf
2525
fi
2626

2727
# Load hestia.conf
@@ -76,7 +76,7 @@ echo ""
7676
# Set new version
7777
sed -i "/VERSION/d" $HESTIA/conf/hestia.conf
7878
# Set new branch variable
79-
echo "VERSION='0.10.0'" >> $HESTIA/conf/hestia.conf
79+
echo "VERSION='1.00.0-190618'" >> $HESTIA/conf/hestia.conf
8080

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

0 commit comments

Comments
 (0)