From e3e3bb0f53e8e1fb949ff6633b202a9a35104bc7 Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 6 Jun 2023 15:23:30 +0800 Subject: [PATCH] just update version code. --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.py b/settings.py index 6db2088..b4060f2 100644 --- a/settings.py +++ b/settings.py @@ -25,7 +25,7 @@ import threading import subprocess import json -CONST_APP_VERSION = u"MaxBot (2023.05.28)" +CONST_APP_VERSION = u"MaxBot (2023.6.6)" CONST_MAXBOT_CONFIG_FILE = "settings.json" CONST_MAXBOT_LAST_URL_FILE = "MAXBOT_LAST_URL.txt"