From d195fb69900172909ffbf2bb983f5057ad74b021 Mon Sep 17 00:00:00 2001 From: Dan Mulloy Date: Sun, 8 Oct 2017 15:56:13 -0400 Subject: [PATCH] Update version constants to 1.12.2 --- .../main/java/com/comphenix/protocol/ProtocolLibrary.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/API/src/main/java/com/comphenix/protocol/ProtocolLibrary.java b/modules/API/src/main/java/com/comphenix/protocol/ProtocolLibrary.java index 0c4722c9..0a3d53e4 100644 --- a/modules/API/src/main/java/com/comphenix/protocol/ProtocolLibrary.java +++ b/modules/API/src/main/java/com/comphenix/protocol/ProtocolLibrary.java @@ -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.