diff options
author | metamuffin <metamuffin@disroot.org> | 2024-11-27 15:50:33 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-11-27 15:50:33 +0100 |
commit | 2bb44c0bc08cf8033de78e8678e8c715a65a5635 (patch) | |
tree | fb08c7bed657c6034ac614f9b900185d21b05754 /server | |
parent | 696dbdd2238e919bffa756fff1f02ace90a81ecb (diff) | |
download | hurrycurry-2bb44c0bc08cf8033de78e8678e8c715a65a5635.tar hurrycurry-2bb44c0bc08cf8033de78e8678e8c715a65a5635.tar.bz2 hurrycurry-2bb44c0bc08cf8033de78e8678e8c715a65a5635.tar.zst |
set protocol version
Diffstat (limited to 'server')
-rw-r--r-- | server/protocol/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/protocol/Cargo.toml b/server/protocol/Cargo.toml index f600fa8a..44533f9d 100644 --- a/server/protocol/Cargo.toml +++ b/server/protocol/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hurrycurry-protocol" -version = "7.4.0" +version = "7.5.0" edition = "2021" [dependencies] |