Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/main/java/com/comphenix/protocol/ProtocolLibrary.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ public class ProtocolLibrary {
/**
* The maximum version ProtocolLib has been tested with.
*/
public static final String MAXIMUM_MINECRAFT_VERSION = "1.21.8";
public static final String MAXIMUM_MINECRAFT_VERSION = "1.21.11";

/**
* The date (with ISO 8601 or YYYY-MM-DD) when the most recent version (1.21.8) was released.
* The date (with ISO 8601 or YYYY-MM-DD) when the most recent version (1.21.11) was released.
*/
public static final String MINECRAFT_LAST_RELEASE_DATE = "2025-07-17";
public static final String MINECRAFT_LAST_RELEASE_DATE = "2025-12-09";

private static Plugin plugin;
private static ProtocolConfig config;
Expand Down