From 7a28cf6097c5710cbd1c50be2ecade3ac2327dc8 Mon Sep 17 00:00:00 2001 From: Wizerd Date: Sat, 3 Feb 2024 11:19:21 +0800 Subject: [PATCH] [fix] version info --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 8414cc7..6d555ad 100644 --- a/main.py +++ b/main.py @@ -197,9 +197,9 @@ CORS(app, resources={r"/images/*": {"origins": "*"}}) # PANDORA_UPLOAD_URL = 'files.pandoranext.com' -VERSION = '0.7.2' +VERSION = '0.7.3' # VERSION = 'test' -UPDATE_INFO = '同时支持wss和sse响应' +UPDATE_INFO = '优化检测是否为sse的方式' # UPDATE_INFO = '【仅供临时测试使用】 ' with app.app_context():