diff options
author | Erik Johnston <erik@matrix.org> | 2015-06-15 14:16:29 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-06-15 14:16:29 +0100 |
commit | 7f7ec84d6fcc707f225d5697f690c6888a7d1977 (patch) | |
tree | 75458c9efc1ff44937c75582ae39ffc13e49aac5 /synapse/__init__.py | |
parent | Merge branch 'master' of github.com:matrix-org/synapse into hotfixes-v0.9.2-r2 (diff) | |
download | synapse-7f7ec84d6fcc707f225d5697f690c6888a7d1977.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 b6ac0dab32..d111335a1a 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.2-r1" +__version__ = "0.9.2-r2" |