Skip to content

Commit

Permalink
Merge pull request #33 from frafol/patch-2
Browse files Browse the repository at this point in the history
1.20.4 Support
  • Loading branch information
hyperdefined authored Dec 19, 2023
2 parents 1013284 + b2245b9 commit 1b29b19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public class VersionToStrings {
versionMap.put(762, "1.19.4");
versionMap.put(763, "1.20.1");
versionMap.put(764, "1.20.2");
versionMap.put(765, "1.20.3");
versionMap.put(765, "1.20.4");
}

/**
Expand Down

0 comments on commit 1b29b19

Please sign in to comment.