diff options
author | Erik Johnston <erik@matrix.org> | 2016-10-27 14:52:47 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2016-10-27 14:52:47 +0100 |
commit | 665e53524e36d7830467e914c270a4c6bd457596 (patch) | |
tree | 04e4bc5cdf7ad83732df60681c0505407ce00d15 /synapse/__init__.py | |
parent | Merge pull request #1183 from matrix-org/erikj/fix_email_update (diff) | |
download | synapse-665e53524e36d7830467e914c270a4c6bd457596.tar.xz |
Bump changelog and version v0.18.2-rc4
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 2c5dcf59f7..81c9f3c238 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.18.2-rc3" +__version__ = "0.18.2-rc4" |