diff options
author | Erik Johnston <erik@matrix.org> | 2017-10-25 10:27:23 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2017-10-25 10:27:23 +0100 |
commit | 1ad1ba9e6aa0fc7568e428d4cbc59d6e9e9c4943 (patch) | |
tree | ae7abf750d6ee109f8af7f6774237669b6659982 /synapse | |
parent | tip for generating tls_fingerprints (diff) | |
parent | Merge branch 'release-v0.24.1' of github.com:matrix-org/synapse (diff) | |
download | synapse-1ad1ba9e6aa0fc7568e428d4cbc59d6e9e9c4943.tar.xz |
Merge branch 'master' of github.com:matrix-org/synapse into develop
Diffstat (limited to 'synapse')
-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 c867d1cfd8..e74abe0130 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.24.0" +__version__ = "0.24.1" |