diff --git a/cn-quick_start.sh b/cn-quick_start.sh index c3542458..ffa79c55 100644 --- a/cn-quick_start.sh +++ b/cn-quick_start.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # -VERSION=dev +VERSION=v4.0.0 DOWNLOAD_URL=https://resource.fit2cloud.com function install_soft() { diff --git a/quick_start.sh b/quick_start.sh index 88b4e82b..08840a07 100644 --- a/quick_start.sh +++ b/quick_start.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # -VERSION=dev +VERSION=v4.0.0 DOWNLOAD_URL=https://github.com function install_soft() { diff --git a/static.env b/static.env index fe82e3fd..d09353ab 100644 --- a/static.env +++ b/static.env @@ -1 +1 @@ -export VERSION=dev +export VERSION=v4.0.0-ce