From e6771bb9d39a6bcd10bfe22b709108ed2ae072cf Mon Sep 17 00:00:00 2001 From: Viacheslav Klimov Date: Tue, 31 Mar 2026 13:26:50 +0300 Subject: [PATCH] Add missing EdgeVersion entries V_4_2_2_2 and V_4_3_1_2 --- common/edge-api/src/main/proto/edge.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/edge-api/src/main/proto/edge.proto b/common/edge-api/src/main/proto/edge.proto index 48ec26f875..bcea3c30d9 100644 --- a/common/edge-api/src/main/proto/edge.proto +++ b/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;