diff options
author | Erik Johnston <erik@matrix.org> | 2014-09-25 18:21:42 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-09-25 18:21:42 +0100 |
commit | 7a8307fe7c3f6b13c78681f1eb320149238828ca (patch) | |
tree | 8693ec59f906c076abb534f01c32573619bf7c8c /synapse/__init__.py | |
parent | Add realm to coturn options (it needs it). (diff) | |
parent | Merge branch 'release-v0.3.4' of github.com:matrix-org/synapse (diff) | |
download | synapse-7a8307fe7c3f6b13c78681f1eb320149238828ca.tar.xz |
Merge branch 'master' 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 bba551b2c4..a340a5db66 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.3.3" +__version__ = "0.3.4" |