Skip to content

Commit

Permalink
Add 1.20.2 compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento committed Oct 7, 2023
1 parent 2bc82dd commit 5c3ebc8
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,10 @@ public enum ServerVersion {
* @since 1.24.0
*/
V1_20_1(Compatibility.COMPATIBLE),
/**
* @since 2.0.0
*/
V1_20_2(Compatibility.COMPATIBLE),
;

private final Compatibility compatibility;
Expand Down

0 comments on commit 5c3ebc8

Please sign in to comment.