diff options
author | Erik Johnston <erik@matrix.org> | 2015-05-08 14:25:18 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-05-08 14:25:18 +0100 |
commit | 52f98f8a5b184e1aae51646c0e549b81299203a6 (patch) | |
tree | 2552f6adfe3546758f481391e11fafea068fa891 /synapse/__init__.py | |
parent | Merge branch 'release-v0.9.0' of github.com:matrix-org/synapse (diff) | |
parent | Actually rename all isntances (diff) | |
download | synapse-52f98f8a5b184e1aae51646c0e549b81299203a6.tar.xz |
Merge branch 'hotfixes-v0.9.0-r1' of github.com:matrix-org/synapse v0.9.0-r1
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 c89f444f4e..18b8ff7759 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.9.0" +__version__ = "0.9.0-r1" |