Update to 1.4.4

This commit is contained in:
mbax 2012-11-14 15:00:35 -05:00
parent 96a5287e5b
commit 738234a6e6

View File

@ -37,11 +37,11 @@ public class BungeeCord
/**
* Server protocol version.
*/
public static final int PROTOCOL_VERSION= 47;
public static final int PROTOCOL_VERSION= 49;
/**
* Server game version.
*/
public static final String GAME_VERSION = "1.4.2";
public static final String GAME_VERSION = "1.4.4";
/**
* Current software instance.
*/