mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2024-11-24 03:25:29 +01:00
Update version constants to 1.12.2
This commit is contained in:
parent
e4be102a77
commit
d195fb6990
@ -39,12 +39,12 @@ public class ProtocolLibrary {
|
||||
/**
|
||||
* The maximum version ProtocolLib has been tested with.
|
||||
*/
|
||||
public static final String MAXIMUM_MINECRAFT_VERSION = "1.12";
|
||||
public static final String MAXIMUM_MINECRAFT_VERSION = "1.12.2";
|
||||
|
||||
/**
|
||||
* The date (with ISO 8601 or YYYY-MM-DD) when the most recent version (1.12) was released.
|
||||
* The date (with ISO 8601 or YYYY-MM-DD) when the most recent version (1.12.2) was released.
|
||||
*/
|
||||
public static final String MINECRAFT_LAST_RELEASE_DATE = "2017-06-07";
|
||||
public static final String MINECRAFT_LAST_RELEASE_DATE = "2017-09-18";
|
||||
|
||||
/**
|
||||
* Plugins that are currently incompatible with ProtocolLib.
|
||||
|
Loading…
Reference in New Issue
Block a user