ver 2023-05-26

master
CHUN YU YAO 2023-05-31 20:09:59 +08:00
parent 6deecf5f71
commit e917dfbf16
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ import itertools
import ssl
ssl._create_default_https_context = ssl._create_unverified_context
CONST_APP_VERSION = u"MaxBot (2023.05.25)"
CONST_APP_VERSION = u"MaxBot (2023.05.26)"
CONST_MAXBOT_CONFIG_FILE = "settings.json"
CONST_MAXBOT_LAST_URL_FILE = "MAXBOT_LAST_URL.txt"

View File

@ -22,7 +22,7 @@ import base64
import threading
import subprocess
CONST_APP_VERSION = u"MaxBot (2023.05.25)"
CONST_APP_VERSION = u"MaxBot (2023.05.26)"
CONST_MAXBOT_LAUNCHER_FILE = "config_launcher.json"
CONST_MAXBOT_CONFIG_FILE = "settings.json"