summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-05-11 11:31:04 +0100
committerErik Johnston <erik@matrix.org>2015-05-11 11:31:04 +0100
commit4ef556f65027b060327b4907104cbe45d32ccac1 (patch)
tree3a2e4dc75173d4baf0a9807a0969db521a1d4bac
parentMerge pull request #145 from matrix-org/hotfixes-v0.9.0-r3 (diff)
downloadsynapse-4ef556f65027b060327b4907104cbe45d32ccac1.tar.xz
Bump version
-rw-r--r--synapse/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py
index 705ea581df..041e2151b0 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -16,4 +16,4 @@
 """ This is a reference implementation of a Matrix home server.
 """
 
-__version__ = "0.9.0-r3"
+__version__ = "0.9.0-r4"