diff options
author | Erik Johnston <erik@matrix.org> | 2015-05-22 17:03:37 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-05-22 17:03:37 +0100 |
commit | 27e093cbc1bc50f597119c132596ccb12c219ee4 (patch) | |
tree | 569abe8ac532bc1eca448e1d938128fd252e2b8e /synapse/__init__.py | |
parent | Merge pull request #163 from matrix-org/markjh/presence_list_cache (diff) | |
download | synapse-27e093cbc1bc50f597119c132596ccb12c219ee4.tar.xz |
Bump version
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 68f86138a4..4720d99848 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-r5" +__version__ = "0.9.1" |