diff options
author | Erik Johnston <erik@matrix.org> | 2015-05-21 17:03:30 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-05-21 17:03:30 +0100 |
commit | f8c2cd129def8a096113f73830f68e53acb01ccf (patch) | |
tree | a44a6260e7b7f5622785d615a46184e19d21d2ca /synapse/__init__.py | |
parent | Merge branch 'markjh/pusher_performance_master' of github.com:matrix-org/syna... (diff) | |
download | synapse-f8c2cd129def8a096113f73830f68e53acb01ccf.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 041e2151b0..68f86138a4 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-r4" +__version__ = "0.9.0-r5" |