Updating protocol versions to be compatible with latest releases

This commit is contained in:
2025-02-04 08:57:13 -05:00
parent 475210d89a
commit e63eb12fa4
3 changed files with 15 additions and 0 deletions
@@ -55,6 +55,15 @@ public enum ProtocolVersion {
V1_19(759, "v1_19_R1"),
v1_19_1(760, "v1_19_R1"),
v_1_19_3(761, "v1_19_R1"),
v_1_19_4(762, "v1_19_R4"),
v_1_20_1(763, "v1_20_R1"),
v_1_20_2(764, "v1_20_R1"),
v_1_20_3(765, "v1_20_R1"),
v_1_20_5(766, "v1_20_R1"),
v_1_21_1(767, "v1_21_R1"),
v_1_21_2(768, "v1_21_R1"),
v_1_21_4(769, "v1_21_R1"),
UNKNOWN(-1, "UNKNOWN");