diff --git a/sentora_update.sh b/sentora_update.sh index 899e28f..5b1954d 100644 --- a/sentora_update.sh +++ b/sentora_update.sh @@ -34,12 +34,12 @@ ## # SENTORA_CORE/UPDATER_VERSION # master - latest unstable -# 2.0.1 - example stable tag +# 2.0.2 - example stable tag ## -SENTORA_UPDATER_VERSION="master" -SENTORA_PRECONF_VERSION="master" -SENTORA_CORE_VERSION="master" +SENTORA_UPDATER_VERSION="2.0.2" +SENTORA_PRECONF_VERSION="2.0.2" +SENTORA_CORE_VERSION="2.0.2" PANEL_PATH="/etc/sentora" PANEL_CONF="/etc/sentora/configs" @@ -624,4 +624,4 @@ if [[ "$INSTALL" != "auto" ]] ; then esac done shutdown -r now -fi \ No newline at end of file +fi