From 62ef9591e4652b0caec1ac2e317a7a4a9046bda6 Mon Sep 17 00:00:00 2001 From: Rajasi Rane <56841542+rane-rajasi@users.noreply.github.com> Date: Thu, 5 Jan 2023 15:26:59 -0800 Subject: [PATCH] Update version to 1.6.42 (#163) --- src/core/src/bootstrap/Constants.py | 2 +- src/extension/src/Constants.py | 2 +- src/extension/src/manifest.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/core/src/bootstrap/Constants.py b/src/core/src/bootstrap/Constants.py index f5750a6d..e941b730 100644 --- a/src/core/src/bootstrap/Constants.py +++ b/src/core/src/bootstrap/Constants.py @@ -30,7 +30,7 @@ def __iter__(self): UNKNOWN = "Unknown" # Extension version (todo: move to a different file) - EXT_VERSION = "1.6.41" + EXT_VERSION = "1.6.42" # Runtime environments TEST = 'Test' diff --git a/src/extension/src/Constants.py b/src/extension/src/Constants.py index e511da9b..e6001807 100644 --- a/src/extension/src/Constants.py +++ b/src/extension/src/Constants.py @@ -28,7 +28,7 @@ def __iter__(self): yield item # Extension version (todo: move to a different file) - EXT_VERSION = "1.6.41" + EXT_VERSION = "1.6.42" # Runtime environments TEST = 'Test' diff --git a/src/extension/src/manifest.xml b/src/extension/src/manifest.xml index 7daea0b7..77b7e09d 100644 --- a/src/extension/src/manifest.xml +++ b/src/extension/src/manifest.xml @@ -2,7 +2,7 @@ Microsoft.CPlat.Core LinuxPatchExtension - 1.6.41 + 1.6.42 VmRole