summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-03-06 14:24:53 +0000
committerErik Johnston <erik@matrix.org>2015-03-06 14:24:53 +0000
commit369449827d3b6176c6ada812f403f519357a740e (patch)
treecd229be7d9c5adabf90064eb16a2e3a5d3453087 /synapse
parentMerge branch 'master' of github.com:matrix-org/synapse into develop (diff)
downloadsynapse-369449827d3b6176c6ada812f403f519357a740e.tar.xz
Bump version
Diffstat (limited to 'synapse')
-rw-r--r--synapse/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py
index 74c5584a1a..f46a6df1fb 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.7.1-r4"
+__version__ = "0.8.0"