Skip to content

Commit 03bc39b

Browse files
author
Kristan Kenney
committed
Fix version step from 1.0.2/1.0.3 to 1.1.0
1 parent f058e7b commit 03bc39b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

func/upgrade.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ upgrade_start_routine() {
121121
# Upgrade to Version 1.0.3
122122
if [ $VERSION = "1.0.2" ]; then
123123
source $HESTIA/install/upgrade/versions/previous/1.0.3.sh
124-
VERSION="$new_version"
124+
VERSION="1.0.3"
125125
upgrade_refresh_config
126126
fi
127127

0 commit comments

Comments
 (0)