From 77b0fb3c054820f65d6062f208e8a47755b06d86 Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 3 May 2023 13:17:49 +0800 Subject: [PATCH] 2023-05-01, just 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 db76879..4142f30 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.24)" +CONST_APP_VERSION = u"MaxBot (2023.05.01)" CONST_MAXBOT_LAUNCHER_FILE = "config_launcher.json" CONST_MAXBOT_CONFIG_FILE = "settings.json"