From bf279049c0f19a1350f5b3007e4b5176b7ae7468 Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Wed, 17 Sep 2025 13:57:45 +0800 Subject: [PATCH] chore: bump version 4.3.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 aa3a7e93..0783fd71 100644 --- a/pkg/utils/constants.py +++ b/pkg/utils/constants.py @@ -1,4 +1,4 @@ -semantic_version = 'v4.3.1' +semantic_version = 'v4.3.2' required_database_version = 8 """Tag the version of the database schema, used to check if the database needs to be migrated"""