diff --git a/Tasks/AzureIoTEdgeV2/constant.ts b/Tasks/AzureIoTEdgeV2/constant.ts index 552beaecd0cf..459e93e31d5c 100644 --- a/Tasks/AzureIoTEdgeV2/constant.ts +++ b/Tasks/AzureIoTEdgeV2/constant.ts @@ -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", diff --git a/Tasks/AzureIoTEdgeV2/task.json b/Tasks/AzureIoTEdgeV2/task.json index bd45f21f9f3e..1df546760c71 100644 --- a/Tasks/AzureIoTEdgeV2/task.json +++ b/Tasks/AzureIoTEdgeV2/task.json @@ -14,7 +14,7 @@ "version": { "Major": 2, "Minor": 4, - "Patch": 9 + "Patch": 10 }, "preview": false, "showEnvironmentVariables": true, diff --git a/Tasks/AzureIoTEdgeV2/task.loc.json b/Tasks/AzureIoTEdgeV2/task.loc.json index 013d9e5e99a1..89ebe7b0d093 100644 --- a/Tasks/AzureIoTEdgeV2/task.loc.json +++ b/Tasks/AzureIoTEdgeV2/task.loc.json @@ -14,7 +14,7 @@ "version": { "Major": 2, "Minor": 4, - "Patch": 9 + "Patch": 10 }, "preview": false, "showEnvironmentVariables": true,