Skip to content

Commit ff45239

Browse files
author
Kristan Kenney
committed
Add upgrade steps for 1.1.1
1 parent 7b3c4c6 commit ff45239

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

func/upgrade.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,13 @@ upgrade_start_routine() {
147147

148148
# Upgrade to Version 1.1.0
149149
if [ $VERSION = "1.0.6" ]; then
150+
source $HESTIA/install/upgrade/versions/latest.sh
151+
VERSION="1.1.0"
152+
upgrade_refresh_config
153+
fi
154+
155+
# Upgrade to Version 1.1.1
156+
if [ $VERSION = "1.1.0" ]; then
150157
source $HESTIA/install/upgrade/versions/latest.sh
151158
VERSION="$new_version"
152159
upgrade_refresh_config

0 commit comments

Comments
 (0)