diff options
author | Erik Johnston <erik@matrix.org> | 2017-10-02 13:51:38 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2017-10-02 13:51:38 +0100 |
commit | e4a709eda3a21de41a2e6921674bb65b89f212a2 (patch) | |
tree | 1b760d12bc883273a628d3cee2b9447dec62c93f /synapse/__init__.py | |
parent | Merge branch 'develop' of github.com:matrix-org/synapse into release-v0.23.0 (diff) | |
download | synapse-e4a709eda3a21de41a2e6921674bb65b89f212a2.tar.xz |
Bump version and change log github/release-v0.23.0 release-v0.23.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 ec83e6adb7..97d6c4094d 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.23.0-rc2" +__version__ = "0.23.0" |