diff options
author | Erik Johnston <erik@matrix.org> | 2023-06-06 09:55:42 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2023-06-06 09:55:42 +0100 |
commit | 564f37aca6fdf404edc65031f90bbf9385794ae2 (patch) | |
tree | 3e7c898f176135a9e14fd428955e081f023c262c /pyproject.toml | |
parent | 1.85.0rc2 (diff) | |
download | synapse-564f37aca6fdf404edc65031f90bbf9385794ae2.tar.xz |
1.85.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 4ed4214f34..745b58d7b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ manifest-path = "rust/Cargo.toml" [tool.poetry] name = "matrix-synapse" -version = "1.85.0rc2" +version = "1.85.0" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |