summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-03-18 11:41:00 +0000
committerErik Johnston <erik@matrix.org>2015-03-18 11:41:00 +0000
commit6cc046302f634c0cca8371108b7442600c531d5e (patch)
tree9a27f3f6cdb8c128a52bd03dbba0bfcaedf564f9 /synapse
parentMerge pull request #109 from matrix-org/default_registration (diff)
downloadsynapse-6cc046302f634c0cca8371108b7442600c531d5e.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 f46a6df1fb..e134fb2415 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.0"
+__version__ = "0.8.1"