From f9f03b81d16b09c34e2fe024c65e67747bec1f58 Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Thu, 22 May 2025 10:49:24 +0800 Subject: [PATCH] chore: release v4.0.3.3 --- 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 cdef09bb..14a02e9b 100644 --- a/pkg/utils/constants.py +++ b/pkg/utils/constants.py @@ -1,4 +1,4 @@ -semantic_version = 'v4.0.3.2' +semantic_version = 'v4.0.3.3' required_database_version = 2 """标记本版本所需要的数据库结构版本,用于判断数据库迁移"""