Skip to content

Commit

Permalink
feat: added newer version support
Browse files Browse the repository at this point in the history
  • Loading branch information
Lagggpixel committed Jun 24, 2024
1 parent 86bbba3 commit 1da1c10
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@ public enum Version {
v1_19_R3,
v1_20_R1,
v1_20_R2,
v1_20_R3;
v1_20_R3,
v1_20_R4,
v1_20_R5,
v1_20_R6,
v1_21_R1;

private final Integer value;
private final String shortVersion;
Expand Down

0 comments on commit 1da1c10

Please sign in to comment.