This commit is contained in:
MISHA 2023-12-12 01:47:26 +04:00 committed by GitHub
parent 2448d8372e
commit 723b55bf11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ public class ProtocolLibrary {
/** /**
* The maximum version ProtocolLib has been tested with. * 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. * The date (with ISO 8601 or YYYY-MM-DD) when the most recent version (1.20.4) was released.