From 657dbdee3afd7bde04b10370f2847b1f0de2df50 Mon Sep 17 00:00:00 2001 From: Koshy John Date: Tue, 31 Oct 2023 14:45:34 -0700 Subject: [PATCH] Linux Patch Extension Release 1.6.49 --- 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 88a8be54..d3b7250c 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.48" + EXT_VERSION = "1.6.49" # Runtime environments TEST = 'Test' diff --git a/src/extension/src/Constants.py b/src/extension/src/Constants.py index a9f57c84..e5701475 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.48" + EXT_VERSION = "1.6.49" # Runtime environments TEST = 'Test' diff --git a/src/extension/src/manifest.xml b/src/extension/src/manifest.xml index 49476bc2..2a5202fe 100644 --- a/src/extension/src/manifest.xml +++ b/src/extension/src/manifest.xml @@ -2,7 +2,7 @@ Microsoft.CPlat.Core LinuxPatchExtension - 1.6.48 + 1.6.49 VmRole