diff options
author | Erik Johnston <erik@matrix.org> | 2023-09-15 13:30:16 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2023-09-15 13:30:16 +0100 |
commit | e6be9a3ca465b475d7eb8f752f42e9c9e17b20f2 (patch) | |
tree | cb32780aba77b455c29c5b997e2fa05d72084055 /pyproject.toml | |
parent | Use bookwork as docker base image (#16324) (diff) | |
download | synapse-e6be9a3ca465b475d7eb8f752f42e9c9e17b20f2.tar.xz |
1.92.2
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 821b13f5c4..1144114041 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ manifest-path = "rust/Cargo.toml" [tool.poetry] name = "matrix-synapse" -version = "1.92.1" +version = "1.92.2" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |