summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-02-13 14:36:40 +0000
committerErik Johnston <erik@matrix.org>2015-02-13 14:36:40 +0000
commit0546126cc5fb1a138c96481061084e9e5fc86e34 (patch)
treea501e603d51850bf7479176dd5251f7b56efbc71 /synapse/__init__.py
parentMerge pull request #71 from matrix-org/auth-conflict-res (diff)
downloadsynapse-0546126cc5fb1a138c96481061084e9e5fc86e34.tar.xz
Bump version
Diffstat (limited to 'synapse/__init__.py')
-rw-r--r--synapse/__init__.py2
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"