From 82dff2fcf3adbac46584d6239545a58beeb33de8 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Thu, 31 Oct 2024 16:23:23 +0100 Subject: [PATCH] Update INSTALL.sh --- INSTALL.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.sh b/INSTALL.sh index ea20b6ad..d100ef19 100644 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -10,7 +10,7 @@ # Usage: bash <(curl -sSL https://openpanel.org) # Author: Stefan Pejcic # Created: 11.07.2023 -# Last Modified: 25.10.2024 +# Last Modified: 31.10.2024 # ################################################################################ @@ -232,7 +232,7 @@ set_version_to_install(){ if [[ $PANEL_VERSION =~ [0-9]+\.[0-9]+\.[0-9]+ ]]; then PANEL_VERSION=$PANEL_VERSION else - PANEL_VERSION="0.3.3" + PANEL_VERSION="0.3.4" fi fi }