From 0c126ebe81da039a56a06ab3a93f2ab8d82081bb Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 19 Jul 2023 16:34:58 +0800 Subject: [PATCH] change version code --- text_server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"