From 35693ac83cee16cfeaf225a559a5b955de9d774c Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Sat, 6 Sep 2025 15:44:24 +0800 Subject: [PATCH] =?UTF-8?q?build(constant):=20=E6=9B=B4=E6=96=B0=E8=BD=AF?= =?UTF-8?q?=E4=BB=B6=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 SOFTWARE_VERSION 从 '0.0.4' 修改为 '0.0.5' --- constant/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constant/__init__.py b/constant/__init__.py index e2419dc..e9bfcca 100644 --- a/constant/__init__.py +++ b/constant/__init__.py @@ -6,4 +6,4 @@ SUPPORT_FEATURE = ( 'rclone_upload', 'custom_re_encode', ) -SOFTWARE_VERSION = '0.0.4' +SOFTWARE_VERSION = '0.0.5'