From 7ceddf0391709f706701556fb1d0a71acd221920 Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 2 Jun 2023 12:17:21 +0800 Subject: [PATCH] change version to 2023.05.27 --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.py b/settings.py index 33213fb..200f407 100644 --- a/settings.py +++ b/settings.py @@ -25,7 +25,7 @@ import threading import subprocess import json -CONST_APP_VERSION = u"MaxBot (2023.05.26)" +CONST_APP_VERSION = u"MaxBot (2023.05.27)" CONST_MAXBOT_CONFIG_FILE = "settings.json" CONST_MAXBOT_LAST_URL_FILE = "MAXBOT_LAST_URL.txt"