diff options
author | Quentin Gliech <quenting@element.io> | 2024-06-17 14:07:49 +0200 |
---|---|---|
committer | Quentin Gliech <quenting@element.io> | 2024-06-17 14:07:49 +0200 |
commit | edfb7aad3ab9aebcd08f6b36707b6bd929247028 (patch) | |
tree | 7edc8739a0b63e086e9f99c4d36affa80a39312b /pyproject.toml | |
parent | Set our own stream position from the current sequence value on startup (#17309) (diff) | |
download | synapse-edfb7aad3ab9aebcd08f6b36707b6bd929247028.tar.xz |
1.109.0rc3 v1.109.0rc3
Diffstat (limited to '')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index f4f7f70603..7567b1de40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust" [tool.poetry] name = "matrix-synapse" -version = "1.109.0rc2" +version = "1.109.0rc3" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "AGPL-3.0-or-later" |