Bump protocol version by 1.

This commit is contained in:
Steven Smith 2015-08-13 21:02:17 -07:00
parent 0a2926dada
commit 9ad441cfcc

View file

@ -3,7 +3,7 @@ package org.spacehq.mc.protocol;
public class MinecraftConstants {
// General Constants
public static final String GAME_VERSION = "15w33b";
public static final int PROTOCOL_VERSION = 55;
public static final int PROTOCOL_VERSION = 56;
// General Key Constants
public static final String PROFILE_KEY = "profile";