diff --git a/version/0.2.3/INSTALL.sh b/version/0.2.3/INSTALL.sh index b005ccae..c9cb54af 100644 --- a/version/0.2.3/INSTALL.sh +++ b/version/0.2.3/INSTALL.sh @@ -5,7 +5,7 @@ # Usage: cd /home && (curl -sSL https://get.openpanel.co || wget -O - https://get.openpanel.co) | bash # Author: Stefan Pejcic # Created: 11.07.2023 -# Last Modified: 16.07.2024 +# Last Modified: 23.07.2024 # Company: openpanel.co # Copyright (c) OPENPANEL # @@ -167,7 +167,7 @@ if [ "$CUSTOM_VERSION" = false ]; then if [[ $version =~ [0-9]+\.[0-9]+\.[0-9]+ ]]; then version=$version else - version="0.2.2" + version="0.2.3" fi fi