diff options
author | Erik Johnston <erik@matrix.org> | 2015-02-13 14:36:40 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-02-13 14:36:40 +0000 |
commit | 0546126cc5fb1a138c96481061084e9e5fc86e34 (patch) | |
tree | a501e603d51850bf7479176dd5251f7b56efbc71 /synapse/__init__.py | |
parent | Merge pull request #71 from matrix-org/auth-conflict-res (diff) | |
download | synapse-0546126cc5fb1a138c96481061084e9e5fc86e34.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 c0aa2a757f..1060fcc866 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.0b" +__version__ = "0.7.0c" |