diff options
author | Richard van der Hoff <richard@matrix.org> | 2019-05-21 16:51:49 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2019-05-21 16:51:49 +0100 |
commit | 959550b645a0752f6a8592d90fff44683b189523 (patch) | |
tree | 337c0c8908dffabe9eb99944e6e4de64c49cfa52 /synapse/__init__.py | |
parent | Introduce room v4 which updates event ID format. (#5217) (diff) | |
download | synapse-959550b645a0752f6a8592d90fff44683b189523.tar.xz |
0.99.5rc1
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 bf9e810da6..42af03b53d 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -27,4 +27,4 @@ try: except ImportError: pass -__version__ = "0.99.4" +__version__ = "0.99.5rc1" |