File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/java/com/comphenix/protocol Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,12 +38,12 @@ public class ProtocolLibrary {
38
38
/**
39
39
* The maximum version ProtocolLib has been tested with.
40
40
*/
41
- public static final String MAXIMUM_MINECRAFT_VERSION = "1.16.1 " ;
41
+ public static final String MAXIMUM_MINECRAFT_VERSION = "1.16.5 " ;
42
42
43
43
/**
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.
45
45
*/
46
- public static final String MINECRAFT_LAST_RELEASE_DATE = "2020-06-25 " ;
46
+ public static final String MINECRAFT_LAST_RELEASE_DATE = "2021-01-15 " ;
47
47
48
48
/**
49
49
* Plugins that are currently incompatible with ProtocolLib.
You can’t perform that action at this time.
0 commit comments