Skip to content

Commit 87c56d0

Browse files
committed
We support 1.9.2
1 parent 8c928cb commit 87c56d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class ProtocolLibrary {
3939
/**
4040
* The maximum version ProtocolLib has been tested with.
4141
*/
42-
public static final String MAXIMUM_MINECRAFT_VERSION = "1.9";
42+
public static final String MAXIMUM_MINECRAFT_VERSION = "1.9.2";
4343

4444
/**
4545
* The date (with ISO 8601 or YYYY-MM-DD) when the most recent version (1.9) was released.

0 commit comments

Comments
 (0)