From 1dd3f549debdffd85639d74248a12dd884c5a59b Mon Sep 17 00:00:00 2001 From: metamuffin Date: Thu, 18 Jul 2024 15:43:35 +0200 Subject: increase 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 14c410b3..d9e8f11e 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) = (1, 0); +pub const VERSION: (u32, u32) = (2, 0); pub const BINCODE_CONFIG: Configuration> = standard().with_limit(); -- cgit v1.2.3-70-g09d2