Skip to content

Commit a8a450a

Browse files
committed
add support for 1.21.7
1 parent 025a64a commit a8a450a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/cyr1en/commandprompter/prompt/PromptManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public class PromptManager extends HashMap<String, Class<? extends Prompt>> {
6767

6868
private static final HashMap<Class<? extends Prompt>, Version> supportTable;
6969

70-
private static final Version LATEST = Version.parse("1.21.6");
70+
private static final Version LATEST = Version.parse("1.21.7");
7171
// Arbitrary 10 version, that means this should work until minecraft v10 lol "any".
7272
private static final Version ANY = Version.parse("10");
7373

0 commit comments

Comments
 (0)