diff --git a/app/core/config.py b/app/core/config.py index dccade8..d734263 100644 --- a/app/core/config.py +++ b/app/core/config.py @@ -704,7 +704,7 @@ class GeneralSubConfig(LQConfig): class AppConfig(GlobalConfig): - VERSION = "4.4.1.6" + VERSION = "4.4.1.0" stage_refreshed = Signal() PASSWORD_refreshed = Signal() diff --git a/resources/version.json b/resources/version.json index 8204af9..3d6eb9a 100644 --- a/resources/version.json +++ b/resources/version.json @@ -1,7 +1,7 @@ { - "main_version": "4.4.1.6", + "main_version": "4.4.1.0", "version_info": { - "4.4.1.6": { + "4.4.1.0": { "新增功能": [ "启动时支持直接运行复数调度队列" ],