diff options
author | Olivier 'reivilibre <oliverw@matrix.org> | 2024-05-28 11:54:28 +0100 |
---|---|---|
committer | Olivier 'reivilibre <oliverw@matrix.org> | 2024-05-28 11:54:28 +0100 |
commit | f35bc08d3933416d2c7a0c566f895214e9ffd88e (patch) | |
tree | 95608c1f80ac09a125380784ce61a23f7e173e07 /pyproject.toml | |
parent | Fixup changelog (diff) | |
download | synapse-f35bc08d3933416d2c7a0c566f895214e9ffd88e.tar.xz |
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 00366ebb6b..ea14b98199 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust" [tool.poetry] name = "matrix-synapse" -version = "1.108.0rc1" +version = "1.108.0" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "AGPL-3.0-or-later" |