diff options
author | Erik Johnston <erik@matrix.org> | 2015-02-16 09:47:22 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-02-16 09:47:22 +0000 |
commit | 8a59915d7d3d0001cb5f9e382efcf65dcbc25359 (patch) | |
tree | fc9e8a2d1b5a9a84bfe12738e2e04a499b72d482 /synapse/__init__.py | |
parent | Merge branch 'master' of github.com:matrix-org/synapse into develop (diff) | |
parent | Bump version (diff) | |
download | synapse-8a59915d7d3d0001cb5f9e382efcf65dcbc25359.tar.xz |
Merge branch 'hotfixes-v0.7.0f' of github.com:matrix-org/synapse into develop
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 1a02aefe26..792b8089f6 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.7.0e" +__version__ = "0.7.0f" |