diff options
author | Erik Johnston <erik@matrix.org> | 2017-07-06 18:11:49 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2017-07-06 18:11:49 +0100 |
commit | 1200f28d661747a019d2f33bd5623c7bc635c59e (patch) | |
tree | 2c050e75f879921964990695d59c876aa2f51fb9 /synapse/__init__.py | |
parent | Merge branch 'release-v0.22.0' of github.com:matrix-org/synapse (diff) | |
parent | Bump version and changelog (diff) | |
download | synapse-1200f28d661747a019d2f33bd5623c7bc635c59e.tar.xz |
Merge branch 'hotfixes-v0.22.1' of github.com:matrix-org/synapse v0.22.1
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 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" |