diff options
| author | mat <27899617+mat-1@users.noreply.github.com> | 2025-06-30 14:14:45 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-30 14:14:45 -0500 |
| commit | ebc2e0c067d8b2c901ae02e032159e2c80eac7bc (patch) | |
| tree | 8ea6cb83d055a04e309007ef1f2e21af5f83e8ec /azalea-protocol/src/packets | |
| parent | a060b739158d9ff2cc3d7ecb13e79de091f1f055 (diff) | |
| download | azalea-drasl-ebc2e0c067d8b2c901ae02e032159e2c80eac7bc.tar.xz | |
1.21.7 (#227)
* 1.21.7-rc1
* 1.21.7
* update Cargo.lock too
Diffstat (limited to 'azalea-protocol/src/packets')
| -rw-r--r-- | azalea-protocol/src/packets/mod.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/azalea-protocol/src/packets/mod.rs b/azalea-protocol/src/packets/mod.rs index 09426b8d..2ad3a69f 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 = 771; -pub const VERSION_NAME: &str = "1.21.6"; +pub const PROTOCOL_VERSION: i32 = 772; +pub const VERSION_NAME: &str = "1.21.7"; #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)] pub enum ConnectionProtocol { |
