From ca36ce2fd76aa2471dd79d98bb0581d3d6139514 Mon Sep 17 00:00:00 2001 From: WINEZERO Date: Sat, 27 May 2023 06:40:57 +0800 Subject: [PATCH] v0.3.0 --- setting_total.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setting_total.py b/setting_total.py index f49b130..0b5c1c9 100644 --- a/setting_total.py +++ b/setting_total.py @@ -16,7 +16,7 @@ GB_RUN_TIME = time.strftime("%Y-%m-%d-%H-%M-%S", time.localtime()) ################################################################## # 版本号配置 -GB_VERSION = "Ver 0.3.2 2023-05-27 03:30" +GB_VERSION = "Ver 0.3.3 2023-05-27 06:40" ################################################################## # 是否显示DEBUG级别信息,默认False GB_DEBUG_FLAG = False