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"""