Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iotedgedev version update for Edge runtime 1.2 #15222

Merged
merged 12 commits into from
Sep 14, 2021
2 changes: 1 addition & 1 deletion Tasks/AzureIoTEdgeV2/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default class Constants {
public static iotedgehubdev = "iotedgehubdev";
public static iotedgedevLockVersionKey = "IOTEDGEDEV_VERSION";
public static iotedgehubdevLockVersionKey = "IOTEDGEHUBDEV_VERSION";
public static iotedgedevDefaultVersion = "3.0.0";
public static iotedgedevDefaultVersion = "3.2.0";
public static iotedgedevEnv = {
registryServer: "CONTAINER_REGISTRY_SERVER",
registryUsername: "CONTAINER_REGISTRY_USERNAME",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzureIoTEdgeV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"version": {
"Major": 2,
"Minor": 4,
"Patch": 9
"Patch": 10
},
"preview": false,
"showEnvironmentVariables": true,
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzureIoTEdgeV2/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"version": {
"Major": 2,
"Minor": 4,
"Patch": 9
"Patch": 10
},
"preview": false,
"showEnvironmentVariables": true,
Expand Down