From 42f771f0f74e129485269214a1296282859ddbd2 Mon Sep 17 00:00:00 2001 From: Josh Miles <19347018+notjoshmiles@users.noreply.github.com> Date: Thu, 31 Dec 2020 11:34:36 +0000 Subject: [PATCH] Support for new ptero/wings vers --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 598e8b7..e796b40 100644 --- a/install.sh +++ b/install.sh @@ -8,8 +8,8 @@ warn(){ echo -e '\e[31m'$1'\e[0m'; } -PANEL=v1.1.3 -WINGS=v1.1.3 +PANEL=v1.2.0 +WINGS=v1.2.0 PANEL_LEGACY=v0.7.19 DAEMON_LEGACY=v0.6.13 PHPMYADMIN=5.0.4 @@ -2140,4 +2140,4 @@ case $installoption in ;; 22) database_host_reset ;; -esac \ No newline at end of file +esac