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