mirror of
https://github.com/GeyserMC/MCProtocolLib.git
synced 2024-12-04 12:51:09 -05:00
Update game version.
This commit is contained in:
parent
6cc87bcbdb
commit
4ccf753002
2 changed files with 2 additions and 2 deletions
2
pom.xml
2
pom.xml
|
@ -4,7 +4,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.spacehq</groupId>
|
||||
<artifactId>mcprotocollib</artifactId>
|
||||
<version>1.8.7-SNAPSHOT</version>
|
||||
<version>1.8.8-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>MCProtocolLib</name>
|
||||
|
|
|
@ -2,7 +2,7 @@ package org.spacehq.mc.protocol;
|
|||
|
||||
public class MinecraftConstants {
|
||||
// General Constants
|
||||
public static final String GAME_VERSION = "1.8.7";
|
||||
public static final String GAME_VERSION = "1.8.8";
|
||||
public static final int PROTOCOL_VERSION = 47;
|
||||
|
||||
// General Key Constants
|
||||
|
|
Loading…
Reference in a new issue