diff options
author | Neil Johnson <neil@fragile.org.uk> | 2018-04-24 13:58:45 +0100 |
---|---|---|
committer | Neil Johnson <neil@fragile.org.uk> | 2018-04-24 13:58:45 +0100 |
commit | 8e8b06715f25a620a46d01f7d7f00f229c57d593 (patch) | |
tree | d0c38affbf1abde699985a8fad50b4c3548c17f0 /synapse/__init__.py | |
parent | Bump version and update changelog (diff) | |
download | synapse-8e8b06715f25a620a46d01f7d7f00f229c57d593.tar.xz |
Revert "Bump version and update changelog"
This reverts commit 08b29d45749d1944965e8d203155a4ea45a15423.
Diffstat (limited to '')
-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 2b2c440eb8..0c1c16b9a4 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.28.0-rc1" +__version__ = "0.27.4" |