diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2024-04-30 11:51:50 +0100 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2024-04-30 11:51:50 +0100 |
commit | e26673fe971a4d0316723b0e9ab487297db359f2 (patch) | |
tree | 2f87654d25707a26767e6811ce1588b5b9d58754 /pyproject.toml | |
parent | Tweak changelog (diff) | |
download | synapse-e26673fe971a4d0316723b0e9ab487297db359f2.tar.xz |
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 5e47a46cd7..150084a75e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust" [tool.poetry] name = "matrix-synapse" -version = "1.106.0rc1" +version = "1.106.0" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "AGPL-3.0-or-later" |