summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-04-08 16:35:12 +0100
committerErik Johnston <erik@matrix.org>2015-04-08 16:35:12 +0100
commit45131b2bca72ca1e9729c99de53e29c498d31138 (patch)
treeb00fefb2f94d54f7bd533f07fd892301ed47147b /synapse/__init__.py
parentSYN-338: Fix typo that caused the cache to throw an exception in some instances (diff)
downloadsynapse-45131b2bca72ca1e9729c99de53e29c498d31138.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 749a60329c..fd87c7e2d0 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-r2"
+__version__ = "0.8.1-r3"