Browse Source

Add missing EdgeVersion entries V_4_2_2_2 and V_4_3_1_2

pull/15329/head
Viacheslav Klimov 3 months ago
parent
commit
e6771bb9d3
Failed to extract signature
  1. 2
      common/edge-api/src/main/proto/edge.proto

2
common/edge-api/src/main/proto/edge.proto

@ -48,9 +48,11 @@ enum EdgeVersion {
V_4_2_1_2 = 14;
V_4_2_2 = 4220;
V_4_2_2_1 = 4221;
V_4_2_2_2 = 4222;
V_4_3_0_1 = 15;
V_4_3_1 = 4310;
V_4_3_1_1 = 4311;
V_4_3_1_2 = 4312;
V_4_4_0 = 4400;
V_LATEST = 99999;

Loading…
Cancel
Save