diff options
author | Neil Johnson <neil@fragile.org.uk> | 2018-04-13 17:07:54 +0100 |
---|---|---|
committer | Neil Johnson <neil@fragile.org.uk> | 2018-04-13 17:07:54 +0100 |
commit | 154b44c2498f021c045d98635b22ce3f706592da (patch) | |
tree | 791cf9baf7b7d1f100413ec608d9051ce6b44d38 /synapse/__init__.py | |
parent | Merge pull request #3099 from matrix-org/matthew/fix-federation-domain-whitelist (diff) | |
parent | Merge branch 'release-v0.27.0' of https://github.com/matrix-org/synapse (diff) | |
download | synapse-154b44c2498f021c045d98635b22ce3f706592da.tar.xz |
Merge branch 'master' of https://github.com/matrix-org/synapse 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 1fa2de5268..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.27.3" +__version__ = "0.27.4" |