Skip to content

Commit

Permalink
Add 1.21.1 to Version.java
Browse files Browse the repository at this point in the history
  • Loading branch information
d0by1 committed Aug 10, 2024
1 parent b3d5584 commit ca706c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public enum Version {
v1_20_R2(20, "1.20.2"),
v1_20_R3(20, "1.20.3", "1.20.4"),
v1_20_R4(20, "1.20.5", "1.20.6"),
v1_21_R1(21, "1.21"),
v1_21_R1(21, "1.21", "1.21.1"),
;

/*
Expand Down

0 comments on commit ca706c0

Please sign in to comment.