diff --git a/src/main/java/com/comphenix/protocol/ProtocolLibrary.java b/src/main/java/com/comphenix/protocol/ProtocolLibrary.java index 79123135..515fad43 100644 --- a/src/main/java/com/comphenix/protocol/ProtocolLibrary.java +++ b/src/main/java/com/comphenix/protocol/ProtocolLibrary.java @@ -37,7 +37,7 @@ public class ProtocolLibrary { /** * The maximum version ProtocolLib has been tested with. */ - public static final String MAXIMUM_MINECRAFT_VERSION = "1.20.24"; + public static final String MAXIMUM_MINECRAFT_VERSION = "1.20.4"; /** * The date (with ISO 8601 or YYYY-MM-DD) when the most recent version (1.20.4) was released.