From b70001c579263280cb30ef417a7741a3782dee77 Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Sun, 3 Aug 2025 22:52:47 +0800 Subject: [PATCH] chore: release v4.1.2 --- 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 81634b4a..e13958d9 100644 --- a/pkg/utils/constants.py +++ b/pkg/utils/constants.py @@ -1,4 +1,4 @@ -semantic_version = 'v4.1.1' +semantic_version = 'v4.1.2' required_database_version = 4 """Tag the version of the database schema, used to check if the database needs to be migrated"""