From 8c146cdb600a4141864d12af1d53fe799e0f80e1 Mon Sep 17 00:00:00 2001 From: CHUN YU YAO Date: Fri, 28 Apr 2023 19:33:43 +0800 Subject: [PATCH] change version name. --- 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 ea30192..f12c996 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.04.21)" +CONST_APP_VERSION = u"MaxBot (2023.04.22)" CONST_MAXBOT_CONFIG_FILE = "settings.json" CONST_MAXBOT_LAST_URL_FILE = "MAXBOT_LAST_URL.txt" diff --git a/config_launcher.py b/config_launcher.py index 256c201..2e9fa90 100644 --- a/config_launcher.py +++ b/config_launcher.py @@ -22,7 +22,7 @@ import base64 import threading import subprocess -CONST_APP_VERSION = u"MaxBot (2023.04.21)" +CONST_APP_VERSION = u"MaxBot (2023.04.22)" CONST_MAXBOT_LAUNCHER_FILE = "config_launcher.json" CONST_MAXBOT_CONFIG_FILE = "settings.json" diff --git a/settings.py b/settings.py index ef55f93..0c2901d 100644 --- a/settings.py +++ b/settings.py @@ -24,7 +24,7 @@ import time import threading import subprocess -CONST_APP_VERSION = u"MaxBot (2023.04.21)" +CONST_APP_VERSION = u"MaxBot (2023.04.22)" CONST_MAXBOT_CONFIG_FILE = "settings.json" CONST_MAXBOT_LAST_URL_FILE = "MAXBOT_LAST_URL.txt"