From 49e75e7f008960092a908491c051940e1a718f34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=85=E8=AF=BA=E7=8B=90?= <212194964+foxcyber907@users.noreply.github.com> Date: Tue, 7 Oct 2025 20:34:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BA=E5=90=88=E5=B9=B6=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 移除Dev分支后缀 --- src/config/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/config.py b/src/config/config.py index b9eef7d8e..29e647e71 100644 --- a/src/config/config.py +++ b/src/config/config.py @@ -66,7 +66,7 @@ TEMPLATE_DIR = os.path.join(PROJECT_ROOT, "template") # 考虑到,实际上配置文件中的mai_version是不会自动更新的,所以采用硬编码 # 对该字段的更新,请严格参照语义化版本规范:https://semver.org/lang/zh-CN/ -MMC_VERSION = "0.11.0-alpha-1" +MMC_VERSION = "0.11.0" def get_key_comment(toml_table, key):