diff --git a/app/core/config.py b/app/core/config.py index e0db6a6..c2b34ed 100644 --- a/app/core/config.py +++ b/app/core/config.py @@ -576,7 +576,7 @@ class MaaPlanConfig(LQConfig): class AppConfig(GlobalConfig): - VERSION = "4.3.11.0" + VERSION = "4.3.12.0" gameid_refreshed = Signal() PASSWORD_refreshed = Signal() diff --git a/resources/version.json b/resources/version.json index f302487..6f462af 100644 --- a/resources/version.json +++ b/resources/version.json @@ -1,9 +1,13 @@ { - "main_version": "4.3.11.0", + "main_version": "4.3.12.0", "version_info": { + "4.3.12.0": { + "修复BUG": [ + "固定certifi版本号" + ] + }, "4.3.11.0": { "修复BUG": [ - "临时固定Nuitka打包版本号", "修复删除计划表引发的错误" ] },