From 112d05468492580920662fe98dfbef71a44eb8a5 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 10 Aug 2024 23:18:12 +0200 Subject: update protocol version --- server/protocol/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/protocol/src/lib.rs') diff --git a/server/protocol/src/lib.rs b/server/protocol/src/lib.rs index f160a751..1a4e41a9 100644 --- a/server/protocol/src/lib.rs +++ b/server/protocol/src/lib.rs @@ -30,7 +30,7 @@ pub use glam; pub mod movement; -pub const VERSION: (u32, u32) = (2, 2); +pub const VERSION: (u32, u32) = (3, 0); pub const BINCODE_CONFIG: Configuration> = standard().with_limit(); -- cgit v1.2.3-70-g09d2