Update INSTALL.sh

This commit is contained in:
Stefan Pejcic 2024-12-03 11:04:34 +01:00 committed by GitHub
parent 26517642a3
commit 168d9ed1e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -225,7 +225,7 @@ set_version_to_install(){
if [[ $PANEL_VERSION =~ [0-9]+\.[0-9]+\.[0-9]+ ]]; then
PANEL_VERSION=$PANEL_VERSION
else
PANEL_VERSION="0.3.6"
PANEL_VERSION="0.3.7"
fi
fi
}