From ff2109c8e5e6bb510007a3e85bd7f75528a38b35 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Tue, 23 Jul 2024 11:46:58 +0200 Subject: [PATCH] Update INSTALL.sh --- version/0.2.3/INSTALL.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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