diff --git a/text_server.py b/text_server.py index f4f7bdb..9db4f94 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.07.11)" +CONST_APP_VERSION = "MaxBot (2023.07.12)" CONST_MAXBOT_QUESTION_FILE = "MAXBOT_QUESTION.txt"