From 7a47735202f0d36e3bddd1abaefabeb55ef2f02b Mon Sep 17 00:00:00 2001 From: metamuffin Date: Thu, 15 Aug 2024 23:22:05 +0200 Subject: protocol 5 --- server/protocol/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/protocol/src') 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> = standard().with_limit(); -- cgit v1.2.3-70-g09d2