Skip to content

Commit a73ff16

Browse files
committed
Fix wrong hestia version.
1 parent c473431 commit a73ff16

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
@@ -437,7 +437,7 @@ echo ' | _ | __/\__ \ |_| | (_| | |___| __/ '
437437
echo ' |_| |_|\___||___/\__|_|\__,_|\____|_| '
438438
echo
439439
echo ' Hestia Control Panel'
440-
echo ' v1.1.2'
440+
echo ' v1.1.1'
441441
echo -e "\n"
442442
echo "===================================================================="
443443
echo -e "\n"
@@ -1075,7 +1075,7 @@ echo "BACKUP_SYSTEM='local'" >> $HESTIA/conf/hestia.conf
10751075
echo "LANGUAGE='$lang'" >> $HESTIA/conf/hestia.conf
10761076

10771077
# Version & Release Branch
1078-
echo "VERSION='1.1.2'" >> $HESTIA/conf/hestia.conf
1078+
echo "VERSION='1.1.1'" >> $HESTIA/conf/hestia.conf
10791079
echo "RELEASE_BRANCH='release'" >> $HESTIA/conf/hestia.conf
10801080

10811081
# Installing hosting packages

install/hst-install-ubuntu.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ echo ' | _ | __/\__ \ |_| | (_| | |___| __/ '
399399
echo ' |_| |_|\___||___/\__|_|\__,_|\____|_| '
400400
echo
401401
echo ' Hestia Control Panel'
402-
echo ' v1.1.2'
402+
echo ' v1.1.1'
403403
echo -e "\n"
404404
echo "===================================================================="
405405
echo -e "\n"
@@ -1044,7 +1044,7 @@ echo "BACKUP_SYSTEM='local'" >> $HESTIA/conf/hestia.conf
10441044
echo "LANGUAGE='$lang'" >> $HESTIA/conf/hestia.conf
10451045

10461046
# Version & Release Branch
1047-
echo "VERSION='1.1.2'" >> $HESTIA/conf/hestia.conf
1047+
echo "VERSION='1.1.1'" >> $HESTIA/conf/hestia.conf
10481048
echo "RELEASE_BRANCH='release'" >> $HESTIA/conf/hestia.conf
10491049

10501050
# Installing hosting packages

0 commit comments

Comments
 (0)