diff options
author | Erik Johnston <erik@matrix.org> | 2017-10-24 14:15:27 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2017-10-24 14:15:27 +0100 |
commit | 6ba4fabdb9feadec7d83bf3854e427482ca05762 (patch) | |
tree | 30fa4558fe72f9429b0d533d12653dc786ad9692 /synapse/__init__.py | |
parent | Merge pull request #2567 from matrix-org/erikj/group_fed_update_profile (diff) | |
download | synapse-6ba4fabdb9feadec7d83bf3854e427482ca05762.tar.xz |
Bump version and changelog github/release-v0.24.1 release-v0.24.1
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 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" |