diff options
author | Erik Johnston <erik@matrix.org> | 2015-04-08 16:35:12 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-04-08 16:35:12 +0100 |
commit | 45131b2bca72ca1e9729c99de53e29c498d31138 (patch) | |
tree | b00fefb2f94d54f7bd533f07fd892301ed47147b /synapse/__init__.py | |
parent | SYN-338: Fix typo that caused the cache to throw an exception in some instances (diff) | |
download | synapse-45131b2bca72ca1e9729c99de53e29c498d31138.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 749a60329c..fd87c7e2d0 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-r2" +__version__ = "0.8.1-r3" |