diff options
author | Sean Quah <seanq@matrix.org> | 2022-10-04 11:18:37 +0100 |
---|---|---|
committer | Sean Quah <seanq@matrix.org> | 2022-10-04 11:18:37 +0100 |
commit | 471e13a1036dd25967b35a441348192273bb72ae (patch) | |
tree | d26a8570af153a39db7c39914115725a3c5ba96e /pyproject.toml | |
parent | Linkify config documentation. (#14003) (diff) | |
download | synapse-471e13a1036dd25967b35a441348192273bb72ae.tar.xz |
1.69.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 b3e12962a9..c302cff54e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ manifest-path = "rust/Cargo.toml" [tool.poetry] name = "matrix-synapse" -version = "1.68.0" +version = "1.69.0rc1" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |