Skip to content

Commit ee36294

Browse files
author
Alexandros
committed
Bump hestia.conf version
1 parent 2aeb3e9 commit ee36294

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install/hst-install-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1077,7 +1077,7 @@ echo "BACKUP_SYSTEM='local'" >> $HESTIA/conf/hestia.conf
10771077
echo "LANGUAGE='$lang'" >> $HESTIA/conf/hestia.conf
10781078

10791079
# Version & Release Branch
1080-
echo "VERSION='1.1.0'" >> $HESTIA/conf/hestia.conf
1080+
echo "VERSION='1.1.1'" >> $HESTIA/conf/hestia.conf
10811081
echo "RELEASE_BRANCH='release'" >> $HESTIA/conf/hestia.conf
10821082

10831083
# Installing hosting packages

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1046,7 +1046,7 @@ echo "BACKUP_SYSTEM='local'" >> $HESTIA/conf/hestia.conf
10461046
echo "LANGUAGE='$lang'" >> $HESTIA/conf/hestia.conf
10471047

10481048
# Version & Release Branch
1049-
echo "VERSION='1.1.0'" >> $HESTIA/conf/hestia.conf
1049+
echo "VERSION='1.1.1'" >> $HESTIA/conf/hestia.conf
10501050
echo "RELEASE_BRANCH='release'" >> $HESTIA/conf/hestia.conf
10511051

10521052
# Installing hosting packages

0 commit comments

Comments
 (0)