diff options
author | Erik Johnston <erik@matrix.org> | 2017-07-06 10:35:56 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2017-07-06 10:35:56 +0100 |
commit | 6264cf96665ab2737ffd19f9ef84240d1331a6bc (patch) | |
tree | 6b41c2096b105f04244ce80e840d0f998dbe226f /synapse/__init__.py | |
parent | Bump version and changelog (diff) | |
download | synapse-6264cf96665ab2737ffd19f9ef84240d1331a6bc.tar.xz |
Bump version and changelog github/release-v0.22.0 release-v0.22.0
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 c26e8d4d93..60af1cbecd 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-rc2" +__version__ = "0.22.0" |