diff options
| author | mat <github@matdoes.dev> | 2022-06-21 19:57:18 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-06-21 19:57:18 -0500 |
| commit | deef5d27c08daa709e5ebebc382aadff7450fca6 (patch) | |
| tree | e7580639bf5c3c64d5b49bd5fc55c1236085c57d /azalea-protocol/src/packets/mod.rs | |
| parent | 392c553d5688f3d5ad19c4a861c0239c914e3578 (diff) | |
| download | azalea-drasl-deef5d27c08daa709e5ebebc382aadff7450fca6.tar.xz | |
Update to 1.19.1-pre1
Diffstat (limited to 'azalea-protocol/src/packets/mod.rs')
| -rwxr-xr-x | 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 8425b0e9..0dd79a47 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 = 1073741916; +pub const PROTOCOL_VERSION: u32 = 1073741917; #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, FromPrimitive)] pub enum ConnectionProtocol { |
