CalculatedField functionality support for Edge
- added new edge version
This commit is contained in:
parent
6f42d5fb77
commit
b747b6b1bf
@ -42,6 +42,7 @@ enum EdgeVersion {
|
|||||||
V_3_8_0 = 8;
|
V_3_8_0 = 8;
|
||||||
V_3_9_0 = 9;
|
V_3_9_0 = 9;
|
||||||
V_4_0_0 = 10;
|
V_4_0_0 = 10;
|
||||||
|
V_4_1_0 = 11;
|
||||||
|
|
||||||
V_LATEST = 999;
|
V_LATEST = 999;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user