From 3e6d1cde886f2e16de6b3754fb3bb0a0939193fe Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Mon, 17 Mar 2025 18:44:49 +0100 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index b25ce29d..d6992214 100644 --- a/install.sh +++ b/install.sh @@ -180,7 +180,7 @@ get_server_ipv4(){ set_version_to_install(){ if [ "$CUSTOM_VERSION" = false ]; then - PANEL_VERSION="1.1.2" + PANEL_VERSION="1.1.4" fi }