summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2017-01-07 01:11:56 +0000
committerMatthew Hodgson <matthew@matrix.org>2017-01-07 01:11:56 +0000
commit2f5be2d8dcdb03c14178d0f7dd19583d377457d6 (patch)
tree2502a3138c2e3639d81bfe19f4ff6d7b7139a06b /synapse
parentmove logging to right place (diff)
downloadsynapse-2f5be2d8dcdb03c14178d0f7dd19583d377457d6.tar.xz
oops, this should have been rc1
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 498ded38c0..91e3a2c2e0 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.18.7"
+__version__ = "0.18.7-rc1"