From 59ba8f61e16d07f2c2e4cae2b40a0275003f8639 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 19 Feb 2024 09:42:24 +0800 Subject: [PATCH] change version to 2024-02-01 --- chrome_tixcraft.py | 2 +- config_launcher.py | 2 +- settings.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chrome_tixcraft.py b/chrome_tixcraft.py index c0454fc..d47d9af 100644 --- a/chrome_tixcraft.py +++ b/chrome_tixcraft.py @@ -41,7 +41,7 @@ try: except Exception as exc: pass -CONST_APP_VERSION = "MaxBot (2024.01.20)" +CONST_APP_VERSION = "MaxBot (2024.02.01)" CONST_MAXBOT_ANSWER_ONLINE_FILE = "MAXBOT_ONLINE_ANSWER.txt" CONST_MAXBOT_CONFIG_FILE = "settings.json" diff --git a/config_launcher.py b/config_launcher.py index b5dad50..25dba6e 100644 --- a/config_launcher.py +++ b/config_launcher.py @@ -22,7 +22,7 @@ import sys import threading import webbrowser -CONST_APP_VERSION = "MaxBot (2024.01.20)" +CONST_APP_VERSION = "MaxBot (2024.02.01)" CONST_MAXBOT_LAUNCHER_FILE = "config_launcher.json" CONST_MAXBOT_CONFIG_FILE = "settings.json" diff --git a/settings.py b/settings.py index 5bfcae7..2122433 100644 --- a/settings.py +++ b/settings.py @@ -40,7 +40,7 @@ try: except Exception as exc: pass -CONST_APP_VERSION = "MaxBot (2024.01.20)" +CONST_APP_VERSION = "MaxBot (2024.02.01)" CONST_MAXBOT_ANSWER_ONLINE_FILE = "MAXBOT_ONLINE_ANSWER.txt" CONST_MAXBOT_CONFIG_FILE = "settings.json"