Skip to content

Commit 307311b

Browse files
committed
update LATEST definition for prompts.
1 parent 4857d8f commit 307311b

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
@@ -66,7 +66,7 @@ public class PromptManager extends HashMap<String, Class<? extends Prompt>> {
6666

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

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

0 commit comments

Comments
 (0)