From 824ee156a19bdc6e273fa4cbbef560e96595e0aa Mon Sep 17 00:00:00 2001 From: weiwei <2769694799@qq.com> Date: Sat, 28 Oct 2023 23:29:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=EF=BC=8C=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.py b/src/main.py index e9a25dc..e03b2f6 100644 --- a/src/main.py +++ b/src/main.py @@ -23,7 +23,7 @@ import function as f from sys import exit -version = "2.6" +version = "2.7" # 检查更新 f.check_update(version)