Skip to content
This repository was archived by the owner on Feb 19, 2019. It is now read-only.

Commit 2f1aeaf

Browse files
committed
Add protocol versions 338 and 340
1 parent 3afc9c3 commit 2f1aeaf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/java/clientapi/util/Protocol.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ public enum Protocol {
3535
ProtocolVersion210(210, "1.10", "1.10.1", "1.10.2"),
3636
ProtocolVersion315(315, "1.11"),
3737
ProtocolVersion316(316, "1.11.1", "1.11.2"),
38-
ProtocolVersion335(335, "1.12");
38+
ProtocolVersion335(335, "1.12"),
39+
ProtocolVersion338(338, "1.12.1"),
40+
ProtocolVersion340(340, "1.12.2");
3941

4042
/**
4143
* The Protocol ID

0 commit comments

Comments
 (0)