diff options
| author | metamuffin <metamuffin@disroot.org> | 2024-09-24 00:38:38 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2024-09-24 00:38:46 +0200 |
| commit | 1f5954da4c7e8af341c456093c5542e9ae201e3d (patch) | |
| tree | fc129b70f31e37a012b1945cf00184b0bd66aa6a /server/protocol | |
| parent | e00492214438711c3af7fcad75505539d41e2285 (diff) | |
| download | hurrycurry-1f5954da4c7e8af341c456093c5542e9ae201e3d.tar hurrycurry-1f5954da4c7e8af341c456093c5542e9ae201e3d.tar.bz2 hurrycurry-1f5954da4c7e8af341c456093c5542e9ae201e3d.tar.zst | |
protocol version
Diffstat (limited to 'server/protocol')
| -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 0203107d..b44a55fb 100644 --- a/server/protocol/src/lib.rs +++ b/server/protocol/src/lib.rs @@ -28,7 +28,7 @@ pub use glam; pub mod movement; pub mod registry; -pub const VERSION: (u32, u32) = (7, 1); +pub const VERSION: (u32, u32) = (7, 2); pub const BINCODE_CONFIG: Configuration<LittleEndian, Varint, Limit<4096>> = standard().with_limit(); |