From ffbe7a3e426e66c21c7156780728f96f8277c68a Mon Sep 17 00:00:00 2001 From: mat Date: Tue, 17 Jun 2025 06:49:07 -1200 Subject: 1.21.6 (#215) --- azalea-protocol/src/packets/mod.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'azalea-protocol/src/packets/mod.rs') diff --git a/azalea-protocol/src/packets/mod.rs b/azalea-protocol/src/packets/mod.rs index 773ce591..09426b8d 100644 --- a/azalea-protocol/src/packets/mod.rs +++ b/azalea-protocol/src/packets/mod.rs @@ -11,8 +11,8 @@ use azalea_buf::{AzaleaReadVar, AzaleaWrite, AzaleaWriteVar, BufReadError}; use crate::read::ReadPacketError; -pub const PROTOCOL_VERSION: i32 = 770; -pub const VERSION_NAME: &str = "1.21.5"; +pub const PROTOCOL_VERSION: i32 = 771; +pub const VERSION_NAME: &str = "1.21.6"; #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)] pub enum ConnectionProtocol { @@ -101,4 +101,4 @@ impl AzaleaWrite for ClientIntention { fn azalea_write(&self, buf: &mut impl Write) -> io::Result<()> { (*self as i32).azalea_write_var(buf) } -} \ No newline at end of file +} -- cgit v1.2.3