From 8c4982311fdb12a7c034edb344137603e0c61e7a Mon Sep 17 00:00:00 2001 From: WINEZERO Date: Fri, 30 Jun 2023 00:29:54 +0800 Subject: [PATCH] =?UTF-8?q?v0.5.1=20=E5=AE=8C=E6=88=90=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E5=A4=87=E4=BB=BD=E6=96=87=E4=BB=B6=E5=AD=97=E5=85=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit v0.5.1 完成更新备份文件字典 --- setting_com.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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