From a55f22e4e99b89ea39da61d323ee079c4bc0df4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B8=A2=E4=BD=8E=E5=90=B8?= Date: Thu, 7 Sep 2023 23:05:58 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20=E6=8F=90=E9=AB=98=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E8=99=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Config.py b/Config.py index f862be1..526ba23 100644 --- a/Config.py +++ b/Config.py @@ -21,8 +21,8 @@ sn_list_path = os.path.join(working_dir, 'sn_list.txt') cookie_path = os.path.join(working_dir, 'cookie.txt') logs_dir = os.path.join(working_dir, 'logs') -aniGamerPlus_version = 'v24.5' -latest_config_version = 17.2 +aniGamerPlus_version = 'v24.6' +latest_config_version = 17.3 latest_database_version = 2.0 cookie = None max_multi_thread = 5