From ae6c34a9288718ca380d878b99dd923f04a2ebb4 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 18 May 2023 10:35:58 +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 b708082..60a5b15 100644 --- a/settings.py +++ b/settings.py @@ -24,7 +24,7 @@ import time import threading import subprocess -CONST_APP_VERSION = u"MaxBot (2023.05.16)" +CONST_APP_VERSION = u"MaxBot (2023.05.18)" CONST_MAXBOT_CONFIG_FILE = "settings.json" CONST_MAXBOT_LAST_URL_FILE = "MAXBOT_LAST_URL.txt"