From 90c5da7e128711c91a1ed69f47bbb8be1ff7e160 Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 21 Apr 2023 14:32:43 +0800 Subject: [PATCH] 2023-04-17, add buster for kktix reCaptcha. --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.py b/settings.py index 4af14b2..dee39e4 100644 --- a/settings.py +++ b/settings.py @@ -24,7 +24,7 @@ import time import threading import subprocess -CONST_APP_VERSION = u"MaxBot (2023.04.15)" +CONST_APP_VERSION = u"MaxBot (2023.04.17)" CONST_MAXBOT_CONFIG_FILE = "settings.json" CONST_MAXBOT_LAST_URL_FILE = "MAXBOT_LAST_URL.txt"