diff options
author | Erik Johnston <erik@matrix.org> | 2015-07-21 09:25:30 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-07-21 09:25:30 +0100 |
commit | 90dbd71c13acf85b2a1c072f51532c32d5c7aa9d (patch) | |
tree | e67e413801924887b491969ec825c0c29c1b89b6 /synapse/__init__.py | |
parent | s/take/claim/ for end to end key APIs (diff) | |
parent | typo (diff) | |
download | synapse-90dbd71c13acf85b2a1c072f51532c32d5c7aa9d.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 d111335a1a..96e37308d6 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.9.2-r2" +__version__ = "0.9.3" |