build(constant): 更新软件版本号

- 将 SOFTWARE_VERSION 从 '0.0.4' 修改为 '0.0.5'
This commit is contained in:
2025-09-06 15:44:24 +08:00
parent d154f2c74d
commit 35693ac83c

View File

@@ -6,4 +6,4 @@ SUPPORT_FEATURE = (
'rclone_upload',
'custom_re_encode',
)
SOFTWARE_VERSION = '0.0.4'
SOFTWARE_VERSION = '0.0.5'