diff options
author | Matthew Hodgson <matthew@matrix.org> | 2016-12-31 02:38:26 +0000 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2016-12-31 02:38:26 +0000 |
commit | 899a3a126857e94a16fda65cd11b5b5c4efeed01 (patch) | |
tree | 56e3527cd9e9c62a71cee6d9064d3704f0e11ef2 /synapse/__init__.py | |
parent | Merge remote-tracking branch 'origin/release-v0.18.6' into develop (diff) | |
parent | Bump version and changelog (diff) | |
download | synapse-899a3a126857e94a16fda65cd11b5b5c4efeed01.tar.xz |
Merge branch 'release-v0.18.6' into develop
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 84592f53ea..fbb2bb57b0 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.6-rc1" +__version__ = "0.18.6-rc2" |