aboutsummaryrefslogtreecommitdiff
path: root/server/protocol
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-08-10 23:18:12 +0200
committermetamuffin <metamuffin@disroot.org>2024-08-10 23:18:12 +0200
commit112d05468492580920662fe98dfbef71a44eb8a5 (patch)
treedc36b76e0c67c3dd7c2e01d0926dbb1d1d6c89cd /server/protocol
parent44b444e67684b16eb338ef639b46d53c9eb214a1 (diff)
downloadhurrycurry-112d05468492580920662fe98dfbef71a44eb8a5.tar
hurrycurry-112d05468492580920662fe98dfbef71a44eb8a5.tar.bz2
hurrycurry-112d05468492580920662fe98dfbef71a44eb8a5.tar.zst
update protocol version
Diffstat (limited to 'server/protocol')
-rw-r--r--server/protocol/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
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<LittleEndian, Varint, Limit<4096>> =
standard().with_limit();