diff --git a/text_server.py b/text_server.py index 07a66bf..868eb3d 100644 --- a/text_server.py +++ b/text_server.py @@ -28,7 +28,7 @@ import asyncio import tornado from tornado.web import Application -CONST_APP_VERSION = "MaxBot (2023.6.23)" +CONST_APP_VERSION = "MaxBot (2023.6.24)" CONST_MAXBOT_QUESTION_FILE = "MAXBOT_QUESTION.txt"