diff --git a/pom.xml b/pom.xml index c03c390d..8d8b7d98 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.spacehq mcprotocollib - 1.8.7-SNAPSHOT + 1.8.8-SNAPSHOT jar MCProtocolLib diff --git a/src/main/java/org/spacehq/mc/protocol/MinecraftConstants.java b/src/main/java/org/spacehq/mc/protocol/MinecraftConstants.java index afa8021e..0a916f7e 100644 --- a/src/main/java/org/spacehq/mc/protocol/MinecraftConstants.java +++ b/src/main/java/org/spacehq/mc/protocol/MinecraftConstants.java @@ -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