change version code to 2023-08-31

master
CHUN YU YAO 2023-09-03 10:13:10 +08:00
parent c02f86d081
commit a530faf607
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -28,7 +28,7 @@ import asyncio
import tornado
from tornado.web import Application
CONST_APP_VERSION = "MaxBot (2023.08.21)"
CONST_APP_VERSION = "MaxBot (2023.08.31)"
CONST_MAXBOT_QUESTION_FILE = "MAXBOT_QUESTION.txt"