diff --git a/setting_com.py b/setting_com.py index 9764c6d..31ce54b 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.0 2023-06-29 15:00" + config[GB_VERSION] = "Ver 0.5.1 2023-06-30 00:30" ################################################################## # 是否显示DEBUG级别信息,默认False config[GB_DEBUG_FLAG] = False