Update version string to 1.16.5

This commit is contained in:
Steveice10 2021-04-05 17:42:22 -07:00
parent 6af025735f
commit 19a928364a
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
<groupId>com.github.steveice10</groupId>
<artifactId>mcprotocollib</artifactId>
<version>1.16.4-2-SNAPSHOT</version>
<version>1.16.5-1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>MCProtocolLib</name>

View file

@ -12,7 +12,7 @@ public final class MinecraftConstants {
/**
* Current supported game version.
*/
public static final String GAME_VERSION = "1.16.4";
public static final String GAME_VERSION = "1.16.5";
/**
* Current supported protocol version.