Skip to content

Commit

Permalink
replace 1.21.2 to with 1.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rfresh2 committed Oct 23, 2024
1 parent 4ee8588 commit 6f1f958
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

public class ReleaseChannelCommand extends Command {
private static final List<String> PLATFORMS = asList("java", "linux");
private static final List<String> MINECRAFT_VERSIONS = asList("1.12.2", "1.20.1", "1.20.4", "1.20.6", "1.21.0", "1.21.2");
private static final List<String> MINECRAFT_VERSIONS = asList("1.12.2", "1.20.1", "1.20.4", "1.20.6", "1.21.0", "1.21.3");

@Override
public CommandUsage commandUsage() {
Expand Down

0 comments on commit 6f1f958

Please sign in to comment.