From dfbe838992ae167f7718aef18dc499fed6a0822b Mon Sep 17 00:00:00 2001 From: CHUN YU YAO Date: Thu, 18 Jan 2024 02:58:16 +0800 Subject: [PATCH] change version to 2024-01-11 for package MaxBot for macOS INTEL CPU environment zip. --- 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 d958644..7b60a24 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.10)" +CONST_APP_VERSION = "MaxBot (2024.01.11)" 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 28fe5ec..d284779 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.10)" +CONST_APP_VERSION = "MaxBot (2024.01.11)" CONST_MAXBOT_LAUNCHER_FILE = "config_launcher.json" CONST_MAXBOT_CONFIG_FILE = "settings.json" diff --git a/settings.py b/settings.py index c24da99..103e098 100644 --- a/settings.py +++ b/settings.py @@ -39,7 +39,7 @@ try: except Exception as exc: pass -CONST_APP_VERSION = "MaxBot (2024.01.10)" +CONST_APP_VERSION = "MaxBot (2024.01.11)" CONST_MAXBOT_ANSWER_ONLINE_FILE = "MAXBOT_ONLINE_ANSWER.txt" CONST_MAXBOT_CONFIG_FILE = "settings.json"