diff options
author | Patrick Cloke <patrickc@matrix.org> | 2023-09-19 07:56:49 -0400 |
---|---|---|
committer | Patrick Cloke <patrickc@matrix.org> | 2023-09-19 07:56:49 -0400 |
commit | 9caeb9be10202d15bfd4d3f2cff60793b1d553e2 (patch) | |
tree | 2f895ce97333203f8180f93df678129350791789 /pyproject.toml | |
parent | Use string for federation_client_minimum_tls_version documentation examples (... (diff) | |
download | synapse-9caeb9be10202d15bfd4d3f2cff60793b1d553e2.tar.xz |
1.93.0rc1
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 de4dd61ea5..f69336a73f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -95,7 +95,7 @@ manifest-path = "rust/Cargo.toml" [tool.poetry] name = "matrix-synapse" -version = "1.92.3" +version = "1.93.0rc1" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |