From 33e95c3a0d98be5d2d10e1331d6ab098e1605a14 Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 29 Nov 2023 10:20:10 +0800 Subject: [PATCH] change version code --- config_launcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_launcher.py b/config_launcher.py index 54e2d97..d22502a 100644 --- a/config_launcher.py +++ b/config_launcher.py @@ -22,7 +22,7 @@ import sys import threading import webbrowser -CONST_APP_VERSION = "MaxBot (2023.11.19)" +CONST_APP_VERSION = "MaxBot (2023.11.23)" CONST_MAXBOT_LAUNCHER_FILE = "config_launcher.json" CONST_MAXBOT_CONFIG_FILE = "settings.json"