From f77136bb9e3afec0c45720c6cd9556787ccd83c6 Mon Sep 17 00:00:00 2001 From: benank <8016617+benank@users.noreply.github.com> Date: Thu, 10 Mar 2022 14:01:21 -0800 Subject: [PATCH] Update version (#117) Co-authored-by: benank --- 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 50485a8e..a22315c0 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.34" + EXT_VERSION = "1.6.35" # Runtime environments TEST = 'Test' diff --git a/src/extension/src/Constants.py b/src/extension/src/Constants.py index 2a4c0b0e..b9b65d0c 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.34" + EXT_VERSION = "1.6.35" # Runtime environments TEST = 'Test' diff --git a/src/extension/src/manifest.xml b/src/extension/src/manifest.xml index 5bbfc71d..e2e44398 100644 --- a/src/extension/src/manifest.xml +++ b/src/extension/src/manifest.xml @@ -2,7 +2,7 @@ Microsoft.CPlat.Core LinuxPatchExtension - 1.6.34 + 1.6.35 VmRole