diff options
author | Matthew Hodgson <matthew@matrix.org> | 2017-01-07 01:11:56 +0000 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2017-01-07 01:11:56 +0000 |
commit | 2f5be2d8dcdb03c14178d0f7dd19583d377457d6 (patch) | |
tree | 2502a3138c2e3639d81bfe19f4ff6d7b7139a06b /synapse/__init__.py | |
parent | move logging to right place (diff) | |
download | synapse-2f5be2d8dcdb03c14178d0f7dd19583d377457d6.tar.xz |
oops, this should have been rc1
Diffstat (limited to 'synapse/__init__.py')
-rw-r--r-- | synapse/__init__.py | 2 |
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" |