diff options
author | David Robertson <davidr@element.io> | 2022-09-27 12:03:58 +0100 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2022-09-27 12:03:58 +0100 |
commit | 1254eb224749210c03c9698b09bdce73a066acd4 (patch) | |
tree | b4b1f538c3d819daee171385e46fc122f2efbc97 /pyproject.toml | |
parent | Correctly add Cargo.lock to sdsit (#13909) (diff) | |
download | synapse-1254eb224749210c03c9698b09bdce73a066acd4.tar.xz |
1.68.0
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 0a4242fb72..b3e12962a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ manifest-path = "rust/Cargo.toml" [tool.poetry] name = "matrix-synapse" -version = "1.68.0rc2" +version = "1.68.0" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |