We support 1.9.2

This commit is contained in:
Dan Mulloy 2016-04-10 21:28:52 -04:00
parent 8c928cb237
commit 87c56d0248

View File

@ -39,7 +39,7 @@ public class ProtocolLibrary {
/**
* The maximum version ProtocolLib has been tested with.
*/
public static final String MAXIMUM_MINECRAFT_VERSION = "1.9";
public static final String MAXIMUM_MINECRAFT_VERSION = "1.9.2";
/**
* The date (with ISO 8601 or YYYY-MM-DD) when the most recent version (1.9) was released.