diff options
author | Erik Johnston <erik@matrix.org> | 2023-12-12 15:10:16 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2023-12-12 15:10:16 +0000 |
commit | 128aad4fe3f4c5c11286512b64e2480febf4567c (patch) | |
tree | 36a7d484cf94e93064e0cf0714c70f0cc9b03306 /pyproject.toml | |
parent | Version picker added for v1.98 docs (diff) | |
download | synapse-128aad4fe3f4c5c11286512b64e2480febf4567c.tar.xz |
1.98.0
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 a3eb6111e0..7257adc5be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust" [tool.poetry] name = "matrix-synapse" -version = "1.98.0rc1" +version = "1.98.0" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |