Browse Source

Merge pull request #16081 from thingsboard/rc

Merge rc into master
pull/16035/merge
Viacheslav Klimov 2 days ago
committed by GitHub
parent
commit
5787101beb
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      common/edge-api/src/main/proto/edge.proto

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

@ -51,12 +51,14 @@ 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;
V_4_3_1_2 = 4312;
V_4_3_1_3 = 4313;
V_4_3_1_4 = 4314;
V_4_3_1_5 = 4315;
V_4_4_0 = 4400;
V_LATEST = 99999;

Loading…
Cancel
Save