Update to 21w18a

This commit is contained in:
Camotoy 2021-05-05 12:30:25 -04:00
parent 46a417b37c
commit cd187d4cbe
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>21w17a-SNAPSHOT</version>
<version>21w18a-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 = "21w17a";
public static final String GAME_VERSION = "21w18a";
/**
* Current supported protocol version.
*/
public static final int PROTOCOL_VERSION = (1 << 30) | 25;
public static final int PROTOCOL_VERSION = (1 << 30) | 26;
// General Key Constants