Browse Source

Merge pull request #14995 from MazurenkoNick/set-canonical-edge-version-42-value

Set next 4.2 EdgeVersion proto value to canonical one
pull/15047/head
Viacheslav Klimov 4 months ago
committed by GitHub
parent
commit
8369d9a07e
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      common/edge-api/src/main/proto/edge.proto

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

@ -45,9 +45,9 @@ enum EdgeVersion {
V_4_1_0 = 11;
V_4_2_0 = 12;
V_4_2_1_2 = 14;
V_4_2_1_3 = 420;
V_4_2_1_3 = 4213;
V_LATEST = 999;
V_LATEST = 99999;
}
/**

Loading…
Cancel
Save