diff --git a/setting_com.py b/setting_com.py index 65eede4..6c08708 100644 --- a/setting_com.py +++ b/setting_com.py @@ -16,7 +16,7 @@ def initialize(config): config[GB_RUN_TIME] = time.strftime("%Y-%m-%d-%H-%M-%S", time.localtime()) ################################################################## # 版本号配置 - config[GB_VERSION] = "Ver 0.5.3 2023-06-30 18:00" + config[GB_VERSION] = "Ver 0.5.4 2023-06-30 21:30" ################################################################## # 是否显示DEBUG级别信息,默认False config[GB_DEBUG_FLAG] = False