From 4c6a17ad3bf5c043cb52edc95fc516f8a8ee4c8b Mon Sep 17 00:00:00 2001 From: shingyu Date: Wed, 17 Jan 2024 17:05:18 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=94=B9=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7?= 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 b2043df..4385826 100644 --- a/src/main.py +++ b/src/main.py @@ -23,7 +23,7 @@ import function as f from sys import exit -version = "v2.8.7-post.1" +version = "v2.9.0" # 检查EULA f.check_eula()