From 033aab2071c6ac72c5d8d22691501579a7342b8d Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 8 Aug 2023 12:01:54 +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 9f9b27b..53405b5 100644 --- a/chrome_tixcraft.py +++ b/chrome_tixcraft.py @@ -54,7 +54,7 @@ import webbrowser import argparse import chromedriver_autoinstaller -CONST_APP_VERSION = "MaxBot (2023.08.03)" +CONST_APP_VERSION = "MaxBot (2023.08.05)" CONST_MAXBOT_CONFIG_FILE = "settings.json" CONST_MAXBOT_LAST_URL_FILE = "MAXBOT_LAST_URL.txt"