Skip to content

Commit

Permalink
Fixed issues found in review
Browse files Browse the repository at this point in the history
  • Loading branch information
hvge committed Jan 20, 2025
1 parent 9c1e000 commit 8673f88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public enum ServerVersion {
V1_7_0("1.7", 1007000, ProtocolVersion.V3_2),
V1_8_0("1.8", 1008000, ProtocolVersion.V3_2),
V1_9_0("1.9", 1009000, ProtocolVersion.V3_3),
V1_10_0("1.10", 1010000, ProtocolVersion.V3_3),
V1_10_0("1.10", 1010000, ProtocolVersion.V3_3),
;

/**
Expand Down

0 comments on commit 8673f88

Please sign in to comment.