Skip to content

Commit 9de1d16

Browse files
committed
Bump supported MC version to 1.21.9
1 parent f510912 commit 9de1d16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ public enum CacheType {
5252
public static final String COMMUNITY_EDITION = "Community Edition";
5353
public static final String JAVA_VERSION = "11.0";
5454
public static final String MINECRAFT_VERSION = "1.16";
55-
public static final String LATEST_VERSION = "1.21.8";
5655
public static final String PATCH_VERSION = "23.0";
56+
public static final String LATEST_VERSION = "1.21.9";
5757
public static String path = "plugins/CoreProtect/";
5858
public static String sqlite = "database.db";
5959
public static String host = "127.0.0.1";

0 commit comments

Comments
 (0)