From 26741d7b24c44576b451f4c3cc49f89c9ade6c98 Mon Sep 17 00:00:00 2001 From: ZF sun <34314687@qq.com> Date: Tue, 18 Nov 2025 17:07:18 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0patch=5Fconfig.sh?= =?UTF-8?q?=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- patch_config.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patch_config.sh b/patch_config.sh index 7876972..15817e4 100644 --- a/patch_config.sh +++ b/patch_config.sh @@ -6,8 +6,8 @@ # ============================================================================== # 基础配置 -PATCH_NAME="upgrade-hotfix" -PATCH_VERSION="1.0.0" +PATCH_NAME="upgrade" # hotfix、upgrade、security +PATCH_VERSION="1.0.0" # 补丁版本号,1.0.0-alpha.1 1.0.0-beta.1 1.0.0-rc.1 PATCH_DESCRIPTION="紧急升级修复" PATCH_AUTHOR="devops" PATCH_EMAIL="devops@aigc-quickapp.com"