From 00bac5fc377e0933c61861ae676dd645f7ba7130 Mon Sep 17 00:00:00 2001 From: shingyu Date: Sun, 26 Nov 2023 21:10:52 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E5=90=8E=E5=8F=91?= =?UTF-8?q?=E5=B8=83=E7=89=88=E6=9C=AC=E5=8F=B7post1?= 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 ddc528e..7962822 100644 --- a/src/main.py +++ b/src/main.py @@ -23,7 +23,7 @@ import function as f from sys import exit -version = "v2.8.6" +version = "v2.8.6-post.1" # 检查EULA f.check_eula()