From 27047f83a56981ab9ec40270929679f29e1a7643 Mon Sep 17 00:00:00 2001 From: Dan Mulloy Date: Thu, 22 Dec 2016 11:33:55 -0500 Subject: [PATCH] Fix erroneous startup message --- .../src/main/java/com/comphenix/protocol/ProtocolLibrary.java | 4 ++-- 1 file changed, 2 insertions(+), 2 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 1426fc8e..a05025aa 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.11.1"; + public static final String MAXIMUM_MINECRAFT_VERSION = "1.11.2"; /** * The date (with ISO 8601 or YYYY-MM-DD) when the most recent version (1.11) was released. */ - public static final String MINECRAFT_LAST_RELEASE_DATE = "2016-12-20"; + public static final String MINECRAFT_LAST_RELEASE_DATE = "2016-12-21"; /** * Plugins that are currently incompatible with ProtocolLib.