Browse Source

Fix version step from 1.0.2/1.0.3 to 1.1.0

Kristan Kenney 6 years ago
parent
commit
03bc39b382
1 changed files with 1 additions and 1 deletions
  1. 1 1
      func/upgrade.sh

+ 1 - 1
func/upgrade.sh

@@ -121,7 +121,7 @@ upgrade_start_routine() {
     # Upgrade to Version 1.0.3
     if [ $VERSION = "1.0.2" ]; then
         source $HESTIA/install/upgrade/versions/previous/1.0.3.sh
-        VERSION="$new_version"
+        VERSION="1.0.3"
         upgrade_refresh_config
     fi