diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rwxr-xr-x | azalea-protocol/src/packets/mod.rs | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -7,7 +7,7 @@ A collection of Rust crates primarily for creating Minecraft bots. </p> <!-- The line below is automatically read and updated by the migrate script, so don't change it manually. --> -*Currently supported Minecraft version: `1.19.1-pre1`.* +*Currently supported Minecraft version: `1.19.1-rc1`.* I named this Azalea because it sounds like a cool word and this is a cool library. This project was heavily inspired by PrismarineJS. diff --git a/azalea-protocol/src/packets/mod.rs b/azalea-protocol/src/packets/mod.rs index 0dd79a47..a8915290 100755 --- a/azalea-protocol/src/packets/mod.rs +++ b/azalea-protocol/src/packets/mod.rs @@ -12,7 +12,7 @@ use crate::{ use num_derive::FromPrimitive; use num_traits::FromPrimitive; -pub const PROTOCOL_VERSION: u32 = 1073741917; +pub const PROTOCOL_VERSION: u32 = 1073741918; #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, FromPrimitive)] pub enum ConnectionProtocol { |
