From 60b50a35f17257c9f056a26e94dc78a7af7c6090 Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Thu, 3 Jul 2025 15:07:19 +0800 Subject: [PATCH] chore: release v4.0.8 --- pkg/utils/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/utils/constants.py b/pkg/utils/constants.py index 450a2e16..8c4da3cc 100644 --- a/pkg/utils/constants.py +++ b/pkg/utils/constants.py @@ -1,4 +1,4 @@ -semantic_version = 'v4.0.7' +semantic_version = 'v4.0.8' required_database_version = 3 """标记本版本所需要的数据库结构版本,用于判断数据库迁移"""