From 5d5e8a6666f8fac1be374a5c77ea1f0e9c371fda Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 31 May 2023 08:59:33 +0800 Subject: [PATCH] change version code --- chrome_tixcraft.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome_tixcraft.py b/chrome_tixcraft.py index b7ba88d..218beb5 100644 --- a/chrome_tixcraft.py +++ b/chrome_tixcraft.py @@ -54,7 +54,7 @@ import itertools import ssl ssl._create_default_https_context = ssl._create_unverified_context -CONST_APP_VERSION = u"MaxBot (2023.05.24)" +CONST_APP_VERSION = u"MaxBot (2023.05.25)" CONST_MAXBOT_CONFIG_FILE = "settings.json" CONST_MAXBOT_LAST_URL_FILE = "MAXBOT_LAST_URL.txt"