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