diff options
author | Erik Johnston <erik@matrix.org> | 2017-09-25 11:01:31 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2017-09-25 11:01:31 +0100 |
commit | ba8fdc925c0d6271d339be8fc27ef3a15a3f01c0 (patch) | |
tree | 8119e1e80cf1e60cdb0725807e0275532fab9a3a /synapse/__init__.py | |
parent | Fix logcontxt leak in keyclient (#2465) (diff) | |
download | synapse-ba8fdc925c0d6271d339be8fc27ef3a15a3f01c0.tar.xz |
Bump version and changes
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 dbf22eca00..30f78c11d1 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.1" +__version__ = "0.23.0-rc1" |