Skip to content

Commit 322c630

Browse files
committed
Bump supported MC version to 1.21.10
1 parent 251b4c5 commit 322c630

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/net/coreprotect/config/ConfigHandler.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ public enum CacheType {
5454
public static final String MINECRAFT_VERSION = "1.16";
5555
public static final String PATCH_VERSION = "23.0";
5656
public static final String LATEST_VERSION = "1.21.9";
57+
public static final String LATEST_VERSION = "1.21.10";
5758
public static String path = "plugins/CoreProtect/";
5859
public static String sqlite = "database.db";
5960
public static String host = "127.0.0.1";

0 commit comments

Comments
 (0)