From d3b31f702715a0d02c97573f5e3be621bf6c13de Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Sat, 26 Jul 2025 19:28:34 +0800 Subject: [PATCH] chore: release v4.1.1 --- 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 bc96b45c..81634b4a 100644 --- a/pkg/utils/constants.py +++ b/pkg/utils/constants.py @@ -1,4 +1,4 @@ -semantic_version = 'v4.1.0' +semantic_version = 'v4.1.1' required_database_version = 4 """Tag the version of the database schema, used to check if the database needs to be migrated"""