summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2022-01-24 12:25:18 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2022-01-24 12:25:18 +0000
commit14b45b25dda963ecc4bc18946db50443a1b4411d (patch)
treef278a19846fce4674911586cf4b515489daa7fbb /synapse/__init__.py
parentFix logic for dropping old events in fed queue (#11806) (diff)
downloadsynapse-14b45b25dda963ecc4bc18946db50443a1b4411d.tar.xz
1.51.0rc2 v1.51.0rc2
Diffstat (limited to 'synapse/__init__.py')
-rw-r--r--synapse/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py
index 3d0d165f48..ef859c9ded 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -47,7 +47,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.51.0rc1"
+__version__ = "1.51.0rc2"
 
 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