summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-05-06 09:59:13 +0100
committerErik Johnston <erik@matrix.org>2015-05-06 09:59:13 +0100
commit04c01882fc8d212defccf56c81fca508599b8a85 (patch)
tree4a8bb3ae7512f80d75f1d3ecc8ec0961068dedf3 /synapse/__init__.py
parentMerge pull request #138 from matrix-org/erikj/SYN-371 (diff)
downloadsynapse-04c01882fc8d212defccf56c81fca508599b8a85.tar.xz
Bump version
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 56c10a84e9..c89f444f4e 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.8.1-r4"
+__version__ = "0.9.0"