From 6cfcef1a4542a61e81d07956fbe0308f7ed3027a Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 22 Aug 2023 13:57:56 +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 c76d22f..0406819 100644 --- a/settings.py +++ b/settings.py @@ -34,7 +34,7 @@ warnings.simplefilter('ignore',InsecureRequestWarning) import ssl ssl._create_default_https_context = ssl._create_unverified_context -CONST_APP_VERSION = "MaxBot (2023.08.17)" +CONST_APP_VERSION = "MaxBot (2023.08.18)" CONST_MAXBOT_CONFIG_FILE = "settings.json" CONST_MAXBOT_LAST_URL_FILE = "MAXBOT_LAST_URL.txt"