diff options
author | David Robertson <davidr@element.io> | 2023-04-06 16:08:28 +0100 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2023-04-06 16:08:28 +0100 |
commit | edf046ece7c14cd8f01a4e5ebcbeefac9e0b6717 (patch) | |
tree | 1e8aa2a9fb0e7e50ba9994241528163137195a73 /pyproject.toml | |
parent | Use setup-go instead of relying on go 1.17 to exist (#15403) (diff) | |
download | synapse-edf046ece7c14cd8f01a4e5ebcbeefac9e0b6717.tar.xz |
1.81.0rc2 v1.81.0rc2
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 3b38d8370c..1386dd859f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ manifest-path = "rust/Cargo.toml" [tool.poetry] name = "matrix-synapse" -version = "1.81.0rc1" +version = "1.81.0rc2" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |