From 1cec6ed6d108d5b6460c6aa40f823095789df03f Mon Sep 17 00:00:00 2001 From: jxxghp Date: Wed, 20 Nov 2024 20:43:44 +0800 Subject: [PATCH] v2.0.8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修复云盘扫码问题 --- version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.py b/version.py index 9915ef699..a4122146a 100644 --- a/version.py +++ b/version.py @@ -1,2 +1,2 @@ -APP_VERSION = 'v2.0.7' -FRONTEND_VERSION = 'v2.0.7' +APP_VERSION = 'v2.0.8' +FRONTEND_VERSION = 'v2.0.8'