diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2024-01-24 12:01:20 +0000 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2024-01-24 12:01:20 +0000 |
commit | cf7109fc352ce7224214f719e0c3e67f7c4a7942 (patch) | |
tree | 5416bb19077c099cd79590c9695c2f642130a873 /pyproject.toml | |
parent | Downgrade the `download-artifact` and `upload-artifact` actions to v3 due to ... (diff) | |
download | synapse-cf7109fc352ce7224214f719e0c3e67f7c4a7942.tar.xz |
1.100.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 3bfbb1cc41..d4cb01f7c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust" [tool.poetry] name = "matrix-synapse" -version = "1.100.0rc1" +version = "1.100.0rc2" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "AGPL-3.0-or-later" |