diff options
| author | mat <git@matdoes.dev> | 2025-07-24 03:54:33 -0330 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-07-24 03:54:33 -0330 |
| commit | 45f89b48e425262974a993adc0774dcbcad397fa (patch) | |
| tree | c6326c08671101d16f8b1e539c0fd7011fe62b23 /azalea-protocol | |
| parent | 6984a2b9e6fda83c4d0a8b526b82fd62b6770993 (diff) | |
| download | azalea-drasl-45f89b48e425262974a993adc0774dcbcad397fa.tar.xz | |
1.21.8
Diffstat (limited to 'azalea-protocol')
| -rw-r--r-- | azalea-protocol/src/packets/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-protocol/src/packets/mod.rs b/azalea-protocol/src/packets/mod.rs index 2ad3a69f..26369bdb 100644 --- a/azalea-protocol/src/packets/mod.rs +++ b/azalea-protocol/src/packets/mod.rs @@ -12,7 +12,7 @@ use azalea_buf::{AzaleaReadVar, AzaleaWrite, AzaleaWriteVar, BufReadError}; use crate::read::ReadPacketError; pub const PROTOCOL_VERSION: i32 = 772; -pub const VERSION_NAME: &str = "1.21.7"; +pub const VERSION_NAME: &str = "1.21.8"; #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)] pub enum ConnectionProtocol { |
