diff options
author | Erik Johnston <erik@matrix.org> | 2015-05-08 16:13:15 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-05-08 16:13:15 +0100 |
commit | 37feb4031f74377966b32842326b49525d07f36e (patch) | |
tree | c1a7de9b52d3d1344c16dd5be4a4a0ca0e590211 /synapse/__init__.py | |
parent | Merge branch 'hotfixes-v0.9.0-r1' of github.com:matrix-org/synapse (diff) | |
parent | Bump version (diff) | |
download | synapse-37feb4031f74377966b32842326b49525d07f36e.tar.xz |
Merge branch 'hotfixes-v0.9.0-r2' of github.com:matrix-org/synapse v0.9.0-r2
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 18b8ff7759..bde6f7777a 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-r1" +__version__ = "0.9.0-r2" |