diff options
author | Erik Johnston <erik@matrix.org> | 2015-11-19 13:09:48 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-11-19 13:09:48 +0000 |
commit | 5fcef78c6a03ab2973e905c5b7e974ac64b9fdbf (patch) | |
tree | 651d23f4fe9e3e94549d3b5e94f0127d8166698d /synapse/__init__.py | |
parent | Merge branch 'erikj/fix_port_script' into hotfixes-v0.11.0-r2 (diff) | |
download | synapse-5fcef78c6a03ab2973e905c5b7e974ac64b9fdbf.tar.xz |
Bump changes and 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 5a83f5f3ec..7ff37edf2c 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.11.0-r1" +__version__ = "0.11.0-r2" |