File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ release_branch_check=$(cat $HESTIA/conf/hestia.conf | grep RELEASE_BRANCH)
2121if [ -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
2525fi
2626
2727# Load hestia.conf
@@ -76,7 +76,7 @@ echo ""
7676# Set new version
7777sed -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
8282if [ -f /etc/apache2/apache.conf ]; then
You can’t perform that action at this time.
0 commit comments