diff options
author | metamuffin <metamuffin@disroot.org> | 2025-09-30 14:53:09 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-09-30 14:53:09 +0200 |
commit | eb5fb5700638dcf1294ebad7afca94fb6c8efd3f (patch) | |
tree | dc29953bddfa19baadda29b0600dfb8cda0a043f /server/protocol | |
parent | 4d76a36ec3731a2931978f8c6400bfc5d2edbc38 (diff) | |
download | hurrycurry-eb5fb5700638dcf1294ebad7afca94fb6c8efd3f.tar hurrycurry-eb5fb5700638dcf1294ebad7afca94fb6c8efd3f.tar.bz2 hurrycurry-eb5fb5700638dcf1294ebad7afca94fb6c8efd3f.tar.zst |
Update 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 5ef6df40..8d0f6b51 100644 --- a/server/protocol/Cargo.toml +++ b/server/protocol/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hurrycurry-protocol" -version = "10.1.0" +version = "11.0.0" edition = "2021" [dependencies] |