Skip to content

Commit ca50b16

Browse files
author
Kristan Kenney
committed
Update version and branch in installer scripts
1 parent 80a9fcc commit ca50b16

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

install/hst-install-debian.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1067,8 +1067,8 @@ echo "BACKUP_SYSTEM='local'" >> $HESTIA/conf/hestia.conf
10671067
echo "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
10741074
cp -rf $hestiacp/packages $HESTIA/data/

install/hst-install-ubuntu.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1032,8 +1032,8 @@ echo "BACKUP_SYSTEM='local'" >> $HESTIA/conf/hestia.conf
10321032
echo "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
10391039
cp -rf $hestiacp/packages $HESTIA/data/

0 commit comments

Comments
 (0)