diff options
author | Erik Johnston <erik@matrix.org> | 2014-09-12 18:27:44 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-09-12 18:27:44 +0100 |
commit | c7bcd87f3768e2e2f0ba29cf8744ad12a5a0e78a (patch) | |
tree | b6ac5abf5ff91d919f899ab64e2d242a55bcdaff /synapse | |
parent | Update the spec document to replace the candidate message with the candidates... (diff) | |
parent | Spellcheck (diff) | |
download | synapse-c7bcd87f3768e2e2f0ba29cf8744ad12a5a0e78a.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 1ed9cdcdf3..d60267ebe4 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -16,4 +16,4 @@ """ This is a reference implementation of a synapse home server. """ -__version__ = "0.2.2" +__version__ = "0.2.3" |