Skip to content

Commit 9551962

Browse files
committed
1.21.11-pre3
1 parent 5d7851e commit 9551962

File tree

4 files changed

+25
-25
lines changed

4 files changed

+25
-25
lines changed

Cargo.lock

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ resolver = "3"
2222
# --- Workspace Settings ---
2323

2424
[workspace.package]
25-
version = "0.14.0+mc1.21.11-pre2"
25+
version = "0.14.0+mc1.21.11-pre3"
2626
edition = "2024"
2727
license = "MIT"
2828
repository = "https://github.com/azalea-rs/azalea"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A collection of Rust crates for making Minecraft bots, clients, and tools.
1010

1111
<!-- The line below is automatically read and updated by the migrate script, so don't change it manually. -->
1212

13-
_Currently supported Minecraft version: `1.21.11-pre2`._
13+
_Currently supported Minecraft version: `1.21.11-pre3`._
1414

1515
> [!WARNING]
1616
> Many parts of Azalea are still unfinished and will receive breaking changes in the future. Most breaking changes will be listed in the [changelog](CHANGELOG.md).

azalea-protocol/src/packets/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ use azalea_buf::{AzaleaReadVar, AzaleaWrite, AzaleaWriteVar, BufReadError};
1111

1212
use crate::read::ReadPacketError;
1313

14-
pub const PROTOCOL_VERSION: i32 = 1073742104;
15-
pub const VERSION_NAME: &str = "1.21.11-pre2";
14+
pub const PROTOCOL_VERSION: i32 = 1073742105;
15+
pub const VERSION_NAME: &str = "1.21.11-pre3";
1616

1717
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
1818
pub enum ConnectionProtocol {

0 commit comments

Comments
 (0)