diff --git a/pom.xml b/pom.xml index ad7d8918..53b5dcc0 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.github.steveice10 mcprotocollib - 1.16.4-pre1-SNAPSHOT + 1.16.4-pre2-SNAPSHOT jar MCProtocolLib diff --git a/src/main/java/com/github/steveice10/mc/protocol/MinecraftConstants.java b/src/main/java/com/github/steveice10/mc/protocol/MinecraftConstants.java index c3c93f6f..65f15dae 100644 --- a/src/main/java/com/github/steveice10/mc/protocol/MinecraftConstants.java +++ b/src/main/java/com/github/steveice10/mc/protocol/MinecraftConstants.java @@ -12,13 +12,13 @@ public final class MinecraftConstants { /** * Current supported game version. */ - public static final String GAME_VERSION = "1.16.4-pre1"; + public static final String GAME_VERSION = "1.16.4-pre2"; /** * Current supported protocol version. */ //public static final int PROTOCOL_VERSION = 754; - public static final int PROTOCOL_VERSION = (1 << 30) | 1; + public static final int PROTOCOL_VERSION = (1 << 30) | 2; // General Key Constants