1
0

Bump version

This commit is contained in:
Erik Johnston
2020-07-31 18:32:25 +01:00
parent 9b3ab57acd
commit 77b4af6438

View File

@@ -36,7 +36,7 @@ try:
except ImportError:
pass
__version__ = "1.18.0"
__version__ = "1.18.0-hope-ratelimit"
if bool(os.environ.get("SYNAPSE_TEST_PATCH_LOG_CONTEXTS", False)):
# We import here so that we don't have to install a bunch of deps when