From 2cb06edad045b0665ce7494b56c17201ed08366f Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 12 Jun 2023 13:33:22 +0800 Subject: [PATCH] just change version code --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.py b/settings.py index 0b124c3..fcbf7fc 100644 --- a/settings.py +++ b/settings.py @@ -25,7 +25,7 @@ import threading import subprocess import json -CONST_APP_VERSION = "MaxBot (2023.6.8)" +CONST_APP_VERSION = "MaxBot (2023.6.9)" CONST_MAXBOT_CONFIG_FILE = "settings.json" CONST_MAXBOT_LAST_URL_FILE = "MAXBOT_LAST_URL.txt"