Skip to content

Commit

Permalink
Add 1.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento committed Dec 11, 2021
1 parent 524cb46 commit 6567104
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,13 @@ public enum ServerVersion {
*/
V1_17_1(Compatibility.SUPPORTED),
/**
* @since 1.18.0
* @since 1.19.0
*/
V1_18(Compatibility.COMPATIBLE),

/**
* @since 1.19.0
*/
V1_18_1(Compatibility.COMPATIBLE),
;

private final Compatibility compatibility;
Expand Down

0 comments on commit 6567104

Please sign in to comment.