diff --git a/deploy.sh b/deploy.sh index 62b7432..bd7c9d7 100644 --- a/deploy.sh +++ b/deploy.sh @@ -344,10 +344,10 @@ fi # if [ "$vOPT" = "true" ]; then if [ "$VERSION" = "" ]; then - VERSION="2.11.1" + VERSION="3.13.0" fi else - VERSION="2.11.1" + VERSION="3.13.0" fi # if [ "$STATIC_URL" = "" ]; then