We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c928cb commit 87c56d0Copy full SHA for 87c56d0
modules/API/src/main/java/com/comphenix/protocol/ProtocolLibrary.java
@@ -39,7 +39,7 @@ public class ProtocolLibrary {
39
/**
40
* The maximum version ProtocolLib has been tested with.
41
*/
42
- public static final String MAXIMUM_MINECRAFT_VERSION = "1.9";
+ public static final String MAXIMUM_MINECRAFT_VERSION = "1.9.2";
43
44
45
* The date (with ISO 8601 or YYYY-MM-DD) when the most recent version (1.9) was released.
0 commit comments