From dd35078a268c36dfcfe2f5a9021b2ada8ece6c58 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Fri, 8 Nov 2024 16:51:06 +0100 Subject: [PATCH] Update INSTALL.sh --- INSTALL.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/INSTALL.sh b/INSTALL.sh index 3379091f..5fe5a94c 100644 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -1,3 +1,4 @@ + #!/bin/bash ################################################################################ # @@ -10,7 +11,7 @@ # Usage: bash <(curl -sSL https://openpanel.org) # Author: Stefan Pejcic # Created: 11.07.2023 -# Last Modified: 05.11.2024 +# Last Modified: 07.11.2024 # ################################################################################ @@ -232,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.4" + PANEL_VERSION="0.3.5" fi fi }