From 60c9979c44a11514ea2bdadbaa5cb7fad0de3bec Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 6 Oct 2023 12:30:11 +0800 Subject: [PATCH] change version code --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.py b/settings.py index 5213deb..ef06117 100644 --- a/settings.py +++ b/settings.py @@ -34,7 +34,7 @@ import ssl ssl._create_default_https_context = ssl._create_unverified_context -CONST_APP_VERSION = "MaxBot (2023.09.07)" +CONST_APP_VERSION = "MaxBot (2023.09.08)" CONST_MAXBOT_CONFIG_FILE = "settings.json" CONST_MAXBOT_LAST_URL_FILE = "MAXBOT_LAST_URL.txt"