From 87c56d024893e84d1ef8c15cf353f0eb4a0cace8 Mon Sep 17 00:00:00 2001 From: Dan Mulloy Date: Sun, 10 Apr 2016 21:28:52 -0400 Subject: [PATCH] We support 1.9.2 --- .../src/main/java/com/comphenix/protocol/ProtocolLibrary.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 f1b12024..5f84456c 100644 --- a/modules/API/src/main/java/com/comphenix/protocol/ProtocolLibrary.java +++ b/modules/API/src/main/java/com/comphenix/protocol/ProtocolLibrary.java @@ -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.