diff options
author | metamuffin <metamuffin@disroot.org> | 2024-08-15 23:22:05 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-08-15 23:22:20 +0200 |
commit | 7a47735202f0d36e3bddd1abaefabeb55ef2f02b (patch) | |
tree | 2d28f3e92ae06e7722f9be4b95d1734f7ed7acf8 /server/protocol/src/lib.rs | |
parent | a913b3f9db0faa9f498a2951de8d3a6da71bfa01 (diff) | |
download | hurrycurry-7a47735202f0d36e3bddd1abaefabeb55ef2f02b.tar hurrycurry-7a47735202f0d36e3bddd1abaefabeb55ef2f02b.tar.bz2 hurrycurry-7a47735202f0d36e3bddd1abaefabeb55ef2f02b.tar.zst |
protocol 5
Diffstat (limited to 'server/protocol/src/lib.rs')
-rw-r--r-- | server/protocol/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/protocol/src/lib.rs b/server/protocol/src/lib.rs index ee9fc0a3..7b3b39a5 100644 --- a/server/protocol/src/lib.rs +++ b/server/protocol/src/lib.rs @@ -27,7 +27,7 @@ pub use glam; pub mod movement; -pub const VERSION: (u32, u32) = (4, 0); +pub const VERSION: (u32, u32) = (5, 0); pub const BINCODE_CONFIG: Configuration<LittleEndian, Varint, Limit<4096>> = standard().with_limit(); |