diff options
author | Richard van der Hoff <richard@matrix.org> | 2018-08-22 14:37:11 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2018-08-22 14:37:11 +0100 |
commit | c7181dcc6c7489008c8584640c9eea2438471b63 (patch) | |
tree | 9aef422e4a89b3b288f1d8bdfdd98304daa96ec3 /synapse | |
parent | Merge pull request #3724 from Half-Shot/hs/guest-fetch-event (diff) | |
parent | Use recaptcha_ajax.js directly from Google (diff) | |
download | synapse-c7181dcc6c7489008c8584640c9eea2438471b63.tar.xz |
Merge branch 'master' into develop
Diffstat (limited to 'synapse')
-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 252c49ca82..e62901b761 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -17,4 +17,4 @@ """ This is a reference implementation of a Matrix home server. """ -__version__ = "0.33.3rc2" +__version__ = "0.33.3" |