diff options
author | Erik Johnston <erik@matrix.org> | 2015-11-19 16:17:54 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-11-19 16:17:54 +0000 |
commit | 8b5349c7bc28db2e47c80936233fd1e1ef757623 (patch) | |
tree | 79f164a2cde34f67bb43bf40ad5ea3489d849410 /synapse | |
parent | Merge pull request #386 from matrix-org/markjh/rename_pud_to_account_data (diff) | |
parent | Merge branch 'hotfixes-v0.11.0-r2' of github.com:matrix-org/synapse (diff) | |
download | synapse-8b5349c7bc28db2e47c80936233fd1e1ef757623.tar.xz |
Merge branch 'master' of github.com:matrix-org/synapse into develop
Diffstat (limited to 'synapse')
-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" |