diff --git a/package.json b/package.json index 73bf6a2b..d2cac77f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "draupnir", - "version": "2.0.0-beta.6", + "version": "2.0.0-beta.7", "description": "A moderation tool for Matrix", "main": "lib/index.js", "repository": "https://github.com/the-draupnir-project/Draupnir.git", diff --git a/synapse_antispam/setup.py b/synapse_antispam/setup.py index c2a089e8..152176c2 100644 --- a/synapse_antispam/setup.py +++ b/synapse_antispam/setup.py @@ -6,7 +6,7 @@ setup( name="mjolnir", - version="2.0.0-beta.6", # version automated in package.json - Do not edit this line, use `yarn version`. + version="2.0.0-beta.7", # version automated in package.json - Do not edit this line, use `yarn version`. packages=find_packages(), description="Mjolnir Antispam", include_package_data=True,