diff options
author | metamuffin <metamuffin@disroot.org> | 2025-06-03 22:26:15 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-06-03 22:26:17 +0200 |
commit | e348245c60c3456652078d37bf9a240b449ac392 (patch) | |
tree | 6c92dda6e827d44929f801b0a1bf1cfb2fa88b59 /server/protocol | |
parent | 5a842cff1bb07bdac35bdfdb052a8ce9df428cf0 (diff) | |
download | hurrycurry-e348245c60c3456652078d37bf9a240b449ac392.tar hurrycurry-e348245c60c3456652078d37bf9a240b449ac392.tar.bz2 hurrycurry-e348245c60c3456652078d37bf9a240b449ac392.tar.zst |
Bump server protocol version
Diffstat (limited to 'server/protocol')
-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 cec19d4e..4e9235e7 100644 --- a/server/protocol/Cargo.toml +++ b/server/protocol/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hurrycurry-protocol" -version = "9.0.0" +version = "10.0.0" edition = "2021" [dependencies] |