Skip to content

Commit 8f7b530

Browse files
committed
Tested with 1.16.5
1 parent 30fe81d commit 8f7b530

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ public class ProtocolLibrary {
3838
/**
3939
* The maximum version ProtocolLib has been tested with.
4040
*/
41-
public static final String MAXIMUM_MINECRAFT_VERSION = "1.16.1";
41+
public static final String MAXIMUM_MINECRAFT_VERSION = "1.16.5";
4242

4343
/**
44-
* The date (with ISO 8601 or YYYY-MM-DD) when the most recent version (1.16.1) was released.
44+
* The date (with ISO 8601 or YYYY-MM-DD) when the most recent version (1.16.5) was released.
4545
*/
46-
public static final String MINECRAFT_LAST_RELEASE_DATE = "2020-06-25";
46+
public static final String MINECRAFT_LAST_RELEASE_DATE = "2021-01-15";
4747

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

0 commit comments

Comments
 (0)