diff --git a/text_server.py b/text_server.py index a335e52..91d9be6 100644 --- a/text_server.py +++ b/text_server.py @@ -27,7 +27,7 @@ import pyperclip import tornado from tornado.web import Application -CONST_APP_VERSION = "MaxBot (2023.11.19)" +CONST_APP_VERSION = "MaxBot (2023.12.01)" CONST_MAXBOT_QUESTION_FILE = "MAXBOT_QUESTION.txt"