From ea27e44033408a2cbdb25dffc658279632c07a46 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 2 Nov 2023 10:14:59 +0800 Subject: [PATCH] move to 2023-10-21 --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.py b/settings.py index a0cfbb2..56134b9 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.10.20)" +CONST_APP_VERSION = "MaxBot (2023.10.21)" CONST_MAXBOT_CONFIG_FILE = "settings.json" CONST_MAXBOT_LAST_URL_FILE = "MAXBOT_LAST_URL.txt"