diff options
author | Erik Johnston <erik@matrix.org> | 2015-05-06 09:59:13 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-05-06 09:59:13 +0100 |
commit | 04c01882fc8d212defccf56c81fca508599b8a85 (patch) | |
tree | 4a8bb3ae7512f80d75f1d3ecc8ec0961068dedf3 /synapse/__init__.py | |
parent | Merge pull request #138 from matrix-org/erikj/SYN-371 (diff) | |
download | synapse-04c01882fc8d212defccf56c81fca508599b8a85.tar.xz |
Bump version
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 56c10a84e9..c89f444f4e 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.8.1-r4" +__version__ = "0.9.0" |