diff options
author | Erik Johnston <erik@matrix.org> | 2017-06-26 15:45:24 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2017-06-26 16:14:56 +0100 |
commit | 976128f36831e62fe23ec30203292bb80c6a1bf2 (patch) | |
tree | df24ccde56e4ff7861ec80e8a5130d35e2fa249c /synapse/__init__.py | |
parent | Merge pull request #2304 from matrix-org/erikj/users_share_fix (diff) | |
download | synapse-976128f36831e62fe23ec30203292bb80c6a1bf2.tar.xz |
Update version and changelog v0.22.0-rc1
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 9df7d18993..6b0a766391 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.21.1" +__version__ = "0.22.0-rc1" |