diff options
author | Erik Johnston <erik@matrix.org> | 2017-07-07 18:26:28 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2017-07-07 18:26:28 +0100 |
commit | f467a8f66dac153428efa8c2b6296b84674a91ea (patch) | |
tree | 100f3072b9a29af48f7ff55bea04f548702e1c9a /synapse | |
parent | Merge pull request #2344 from matrix-org/erikj/frontend_proxy (diff) | |
parent | Merge branch 'hotfixes-v0.22.1' of github.com:matrix-org/synapse (diff) | |
download | synapse-f467a8f66dac153428efa8c2b6296b84674a91ea.tar.xz |
Merge branch 'master' of github.com:matrix-org/synapse into develop
Diffstat (limited to 'synapse')
-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 60af1cbecd..dbf22eca00 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.22.0" +__version__ = "0.22.1" |