From d6dcad14ab8549a0ce199bea146341cfa48e63c9 Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 25 Jul 2023 17:28:43 +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 f519e5c..5d13ae2 100644 --- a/config_launcher.py +++ b/config_launcher.py @@ -22,7 +22,7 @@ import base64 import threading import subprocess -CONST_APP_VERSION = "MaxBot (2023.07.13)" +CONST_APP_VERSION = "MaxBot (2023.07.20)" CONST_MAXBOT_LAUNCHER_FILE = "config_launcher.json" CONST_MAXBOT_CONFIG_FILE = "settings.json"