Update INSTALL.sh

This commit is contained in:
Stefan Pejcic 2024-10-16 16:33:54 +02:00 committed by GitHub
parent 147eff7c40
commit 83a6e0502d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -233,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.2"
PANEL_VERSION="0.3.3"
fi
fi
}