From 651174876601cd8b92f70aadbb1227f7c8df960d Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 12 Jun 2023 13:33:46 +0800 Subject: [PATCH] just update version code. --- config_launcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_launcher.py b/config_launcher.py index f08317d..3f344c1 100644 --- a/config_launcher.py +++ b/config_launcher.py @@ -22,7 +22,7 @@ import base64 import threading import subprocess -CONST_APP_VERSION = "MaxBot (2023.6.8)" +CONST_APP_VERSION = "MaxBot (2023.6.9)" CONST_MAXBOT_LAUNCHER_FILE = "config_launcher.json" CONST_MAXBOT_CONFIG_FILE = "settings.json"