Skip to content

Commit

Permalink
Revert "Update ProtocolVersion.java"
Browse files Browse the repository at this point in the history
This reverts commit 97d2172.
  • Loading branch information
funkemunky committed Jul 1, 2020
1 parent 97d2172 commit 0db7406
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ public enum ProtocolVersion {
V1_13(350, "v1_13_R1"),
V1_13_1(351, "v1_13_R2"),
V1_13_2(352, "v1_13_R2"),
V1_14(477, "v1_15_R1"),
V1_14_1(480, "v1_15_R1"),
v1_14_2(485, "v1_15_R1"),
v1_14_3(490, "v1_15_R1"),
v1_14_4(498, "v1_15_R1"),
V1_14(477, "v1_14_R1"),
V1_14_1(480, "v1_14_R1"),
v1_14_2(485, "v1_14_R1"),
v1_14_3(490, "v1_14_R1"),
v1_14_4(498, "v1_14_R1"),
v1_15(573, "v1_15_R1"),
v1_15_1(575, "v1_15_R1"),
v1_15_2(578, "v1_15_R1"),
Expand Down

0 comments on commit 0db7406

Please sign in to comment.