summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-01-13 09:59:47 +0000
committerErik Johnston <erik@matrix.org>2015-01-13 09:59:47 +0000
commit1d3d37937d680e460d1931dd36f36bf59c606561 (patch)
tree5e676a57a9cdd797c5c26c20a071bd8623761bb2
parentInsert 'age' into top level when returning events to clients (diff)
downloadsynapse-1d3d37937d680e460d1931dd36f36bf59c606561.tar.xz
Bump version
-rw-r--r--VERSION2
-rw-r--r--synapse/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index 8b9dea59dc..3b3e723172 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.6.1a
+0.6.1b
diff --git a/synapse/__init__.py b/synapse/__init__.py
index 2195ad3177..e7e27b06ec 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.6.1a"
+__version__ = "0.6.1b"