summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-04-17 16:08:42 +0100
committerErik Johnston <erik@matrix.org>2015-04-17 16:08:42 +0100
commit2492efb162c90c67f26ee5de26499610f23a6c2c (patch)
tree150a7e6dd22b4c0556f500753d84ed5c25efb108 /synapse
parentUpdate --database-path metavar to SQLITE_DATABASE_PATH (diff)
parentMerge branch 'master' of github.com:matrix-org/synapse into develop (diff)
downloadsynapse-2492efb162c90c67f26ee5de26499610f23a6c2c.tar.xz
Merge branch 'develop' of github.com:matrix-org/synapse into postgres
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 fd87c7e2d0..56c10a84e9 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-r3"
+__version__ = "0.8.1-r4"