diff --git a/common/edge-api/src/main/proto/edge.proto b/common/edge-api/src/main/proto/edge.proto index b68597842d..c9d96db37a 100644 --- a/common/edge-api/src/main/proto/edge.proto +++ b/common/edge-api/src/main/proto/edge.proto @@ -51,6 +51,7 @@ enum EdgeVersion { V_4_2_2_2 = 4222; V_4_2_2_3 = 4223; V_4_2_2_4 = 4224; + V_4_2_2_5 = 4225; V_4_3_0_1 = 15; V_4_3_1 = 4310; V_4_3_1_1 = 4311;