diff options
author | Neil Johnson <neil@fragile.org.uk> | 2018-04-09 16:00:31 +0100 |
---|---|---|
committer | Neil Johnson <neil@fragile.org.uk> | 2018-04-09 16:00:31 +0100 |
commit | d9ae2bc826910c5e70766fb70f0d488faf350fe7 (patch) | |
tree | 6cbe3c8d004e6a2dfab49bd4cdd9621fd8e39cd9 /synapse/__init__.py | |
parent | bump version (diff) | |
download | synapse-d9ae2bc826910c5e70766fb70f0d488faf350fe7.tar.xz |
bump version to release candidate
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 1fa2de5268..354415e5c6 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.27.3" +__version__ = "0.27.3-rc1" |