From 4db641a05d434fb3e298e210ee77bfcd96343ad0 Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 19 Jun 2023 17:26: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 22ada6f..eec39c7 100644 --- a/chrome_tixcraft.py +++ b/chrome_tixcraft.py @@ -53,7 +53,7 @@ import webbrowser import argparse import itertools -CONST_APP_VERSION = "MaxBot (2023.6.18)" +CONST_APP_VERSION = "MaxBot (2023.6.19)" CONST_MAXBOT_CONFIG_FILE = "settings.json" CONST_MAXBOT_LAST_URL_FILE = "MAXBOT_LAST_URL.txt"