diff --git a/pkg/utils/constants.py b/pkg/utils/constants.py index 28d6e3e5..702856d2 100644 --- a/pkg/utils/constants.py +++ b/pkg/utils/constants.py @@ -1,4 +1,4 @@ -semantic_version = 'v4.1.2' +semantic_version = 'v4.2.0' required_database_version = 5 """Tag the version of the database schema, used to check if the database needs to be migrated"""