diff --git a/version/0.3.2/INSTALL.sh b/version/0.3.2/INSTALL.sh index 891bb543..4df0467e 100644 --- a/version/0.3.2/INSTALL.sh +++ b/version/0.3.2/INSTALL.sh @@ -10,7 +10,7 @@ # Usage: bash <(curl -sSL https://openpanel.org) # Author: Stefan Pejcic # Created: 11.07.2023 -# Last Modified: 10.10.2024 +# Last Modified: 16.10.2024 # ################################################################################ @@ -233,7 +233,7 @@ set_version_to_install(){ if [[ $PANEL_VERSION =~ [0-9]+\.[0-9]+\.[0-9]+ ]]; then PANEL_VERSION=$PANEL_VERSION else - PANEL_VERSION="0.3.1" + PANEL_VERSION="0.3.2" fi fi }