From 1d5e96e2351c39a7fe0a98af3b94398be7456f3c Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 14 Jun 2023 15:15:30 +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 3dbc98a..520402a 100644 --- a/settings.py +++ b/settings.py @@ -25,7 +25,7 @@ import threading import subprocess import json -CONST_APP_VERSION = "MaxBot (2023.6.12)" +CONST_APP_VERSION = "MaxBot (2023.6.13)" CONST_MAXBOT_CONFIG_FILE = "settings.json" CONST_MAXBOT_LAST_URL_FILE = "MAXBOT_LAST_URL.txt"