diff options
author | Richard van der Hoff <richard@matrix.org> | 2019-02-27 10:48:34 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2019-02-27 10:48:34 +0000 |
commit | 44a4d65586b231d62efea6e473e4343c17fca059 (patch) | |
tree | 04c0bcf169c71433302f153d466822eca01ee685 /synapse | |
parent | Limit cache invalidation replication line length (#4748) (diff) | |
download | synapse-44a4d65586b231d62efea6e473e4343c17fca059.tar.xz |
0.99.2rc1 v0.99.2rc1
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 2004375f98..29b1fe4c03 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -27,4 +27,4 @@ try: except ImportError: pass -__version__ = "0.99.1.1" +__version__ = "0.99.2rc1" |