diff options
author | Erik Johnston <erik@matrix.org> | 2015-02-04 17:37:34 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-02-04 17:37:34 +0000 |
commit | 8046df6efa5509096c3b33c292f03f80c95b6481 (patch) | |
tree | 079a9ba974f0c3b5096438ca9cd12ac38c794390 /synapse/__init__.py | |
parent | Merge branch 'signature_failures' of github.com:matrix-org/synapse into feder... (diff) | |
parent | More s/instance_handle/profile_tag/ (diff) | |
download | synapse-8046df6efa5509096c3b33c292f03f80c95b6481.tar.xz |
Merge branch 'develop' of github.com:matrix-org/synapse into federation_client_retries
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 895a0766d2..012425fa60 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.6.1b" +__version__ = "0.6.1d" |