Skip to content

Commit 2ed7954

Browse files
authored
Merge pull request #1366 from Mai-with-u/dev
feat: 更新配置文件中的版本号至 0.11.4
2 parents 8f8adea + 2ca1c80 commit 2ed7954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757
# 考虑到,实际上配置文件中的mai_version是不会自动更新的,所以采用硬编码
5858
# 对该字段的更新,请严格参照语义化版本规范:https://semver.org/lang/zh-CN/
59-
MMC_VERSION = "0.11.3"
59+
MMC_VERSION = "0.11.4"
6060

6161

6262
def get_key_comment(toml_table, key):

0 commit comments

Comments
 (0)