File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1067,8 +1067,8 @@ echo "BACKUP_SYSTEM='local'" >> $HESTIA/conf/hestia.conf
10671067echo " LANGUAGE='$lang '" >> $HESTIA /conf/hestia.conf
10681068
10691069# Version & Release Branch
1070- echo " VERSION='1.00.0-190618 '" >> $HESTIA /conf/hestia.conf
1071- echo " RELEASE_BRANCH='develop '" >> $HESTIA /conf/hestia.conf
1070+ echo " VERSION='1.0.1 '" >> $HESTIA /conf/hestia.conf
1071+ echo " RELEASE_BRANCH='master '" >> $HESTIA /conf/hestia.conf
10721072
10731073# Installing hosting packages
10741074cp -rf $hestiacp /packages $HESTIA /data/
Original file line number Diff line number Diff line change @@ -1032,8 +1032,8 @@ echo "BACKUP_SYSTEM='local'" >> $HESTIA/conf/hestia.conf
10321032echo " LANGUAGE='$lang '" >> $HESTIA /conf/hestia.conf
10331033
10341034# Version & Release Branch
1035- echo " VERSION='1.00.0-190618 '" >> $HESTIA /conf/hestia.conf
1036- echo " RELEASE_BRANCH='develop '" >> $HESTIA /conf/hestia.conf
1035+ echo " VERSION='1.0.1 '" >> $HESTIA /conf/hestia.conf
1036+ echo " RELEASE_BRANCH='master '" >> $HESTIA /conf/hestia.conf
10371037
10381038# Installing hosting packages
10391039cp -rf $hestiacp /packages $HESTIA /data/
You can’t perform that action at this time.
0 commit comments