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