summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2016-11-03 15:44:50 +0000
committerErik Johnston <erik@matrix.org>2016-11-03 15:44:50 +0000
commitf594c8a2c36785c3fee5b113c97143745d1b44be (patch)
treec471022f8b1312f481c3f08bcd01a4a2edd374ac /synapse/__init__.py
parentAdd some comments (diff)
parentMerge pull request #1192 from matrix-org/erikj/postgres_gist (diff)
downloadsynapse-erikj/new_profile.tar.xz
Merge branch 'develop' of github.com:matrix-org/synapse into erikj/new_profile github/erikj/new_profile erikj/new_profile
Diffstat (limited to 'synapse/__init__.py')
-rw-r--r--synapse/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py

index 2c5dcf59f7..4e2a592d3d 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"