From 35013ff740c08fc0c762c7510117c70ddd422769 Mon Sep 17 00:00:00 2001 From: mat Date: Wed, 6 May 2026 23:52:07 -0600 Subject: 26.1.2 --- azalea-protocol/src/packets/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-protocol/src') diff --git a/azalea-protocol/src/packets/mod.rs b/azalea-protocol/src/packets/mod.rs index 10a7dcd1..ea803902 100644 --- a/azalea-protocol/src/packets/mod.rs +++ b/azalea-protocol/src/packets/mod.rs @@ -12,7 +12,7 @@ use azalea_buf::{AzBuf, AzBufVar, BufReadError}; use crate::read::ReadPacketError; pub const PROTOCOL_VERSION: i32 = 775; -pub const VERSION_NAME: &str = "26.1"; +pub const VERSION_NAME: &str = "26.1.2"; #[derive(Clone, Copy, Debug, Eq, Hash, PartialEq)] pub enum ConnectionProtocol { -- cgit v1.2.3