Skip to content

Commit 27047f8

Browse files
committed
Fix erroneous startup message
1 parent 222b535 commit 27047f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/API/src/main/java/com/comphenix/protocol/ProtocolLibrary.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ public class ProtocolLibrary {
3939
/**
4040
* The maximum version ProtocolLib has been tested with.
4141
*/
42-
public static final String MAXIMUM_MINECRAFT_VERSION = "1.11.1";
42+
public static final String MAXIMUM_MINECRAFT_VERSION = "1.11.2";
4343

4444
/**
4545
* The date (with ISO 8601 or YYYY-MM-DD) when the most recent version (1.11) was released.
4646
*/
47-
public static final String MINECRAFT_LAST_RELEASE_DATE = "2016-12-20";
47+
public static final String MINECRAFT_LAST_RELEASE_DATE = "2016-12-21";
4848

4949
/**
5050
* Plugins that are currently incompatible with ProtocolLib.

0 commit comments

Comments
 (0)