diff options
author | Quentin Gliech <quenting@element.io> | 2024-06-11 15:22:21 +0200 |
---|---|---|
committer | Quentin Gliech <quenting@element.io> | 2024-06-11 15:22:21 +0200 |
commit | a8069e9739fdef8c7200d0d33a38b85100398136 (patch) | |
tree | 25d10a218ffd52af1cb1cff019afa4cd3a5f1a13 /pyproject.toml | |
parent | Fix bug where device lists would break sync (#17292) (diff) | |
download | synapse-a8069e9739fdef8c7200d0d33a38b85100398136.tar.xz |
1.109.0rc2
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 8cc99b8cba..f4f7f70603 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust" [tool.poetry] name = "matrix-synapse" -version = "1.109.0rc1" +version = "1.109.0rc2" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "AGPL-3.0-or-later" |