From 91cd8cf380ba7a78a5856b833da0a81f40ad1275 Mon Sep 17 00:00:00 2001 From: "Junyan Qin (Chin)" Date: Tue, 13 May 2025 19:37:47 +0800 Subject: [PATCH] chore: release v4.0.1 (#1409) --- 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 7f3d0804..b41c175c 100644 --- a/pkg/utils/constants.py +++ b/pkg/utils/constants.py @@ -1,4 +1,4 @@ -semantic_version = 'v4.0.0' +semantic_version = 'v4.0.1' required_database_version = 1 """标记本版本所需要的数据库结构版本,用于判断数据库迁移"""