From cbb793c5d1a2a0be88e84dedf904ba2eeb8196dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E5=B0=8F=E7=99=BD?= <296015668@qq.com> Date: Fri, 16 Aug 2024 11:04:29 +0800 Subject: [PATCH] feat: Update v4.1.0 --- cn-quick_start.sh | 2 +- quick_start.sh | 2 +- static.env | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cn-quick_start.sh b/cn-quick_start.sh index ace0470b..dfa352d7 100644 --- a/cn-quick_start.sh +++ b/cn-quick_start.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # -VERSION=dev +VERSION=v4.1.0 DOWNLOAD_URL=https://resource.fit2cloud.com function install_soft() { diff --git a/quick_start.sh b/quick_start.sh index c9291e82..8fac75f6 100644 --- a/quick_start.sh +++ b/quick_start.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # -VERSION=dev +VERSION=v4.1.0 DOWNLOAD_URL=https://github.com function install_soft() { diff --git a/static.env b/static.env index fe82e3fd..64560a72 100644 --- a/static.env +++ b/static.env @@ -1 +1 @@ -export VERSION=dev +export VERSION=v4.1.0-ce