From 9fc2a5addd50dc2d32051346d15d98c676942280 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 13 Jul 2023 16:20:53 +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 c5cb7b9..6de5104 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.02)" +CONST_APP_VERSION = "MaxBot (2023.07.03)" CONST_MAXBOT_QUESTION_FILE = "MAXBOT_QUESTION.txt"