Bump for 1.17-pre5

This commit is contained in:
Camotoy 2021-06-03 16:58:08 -04:00
parent 5ff383d27a
commit 5f523d309c
No known key found for this signature in database
GPG key ID: 7EEFB66FE798081F
2 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@
<groupId>com.github.steveice10</groupId>
<artifactId>mcprotocollib</artifactId>
<version>1.17-pre4-SNAPSHOT</version>
<version>1.17-pre5-SNAPSHOT</version>
<packaging>jar</packaging>
<name>MCProtocolLib</name>

View file

@ -12,12 +12,12 @@ public final class MinecraftConstants {
/**
* Current supported game version.
*/
public static final String GAME_VERSION = "1.17-pre4";
public static final String GAME_VERSION = "1.17-pre5";
/**
* Current supported protocol version.
*/
public static final int PROTOCOL_VERSION = (1 << 30) | 32;
public static final int PROTOCOL_VERSION = (1 << 30) | 33;
// General Key Constants