From f68ffe3c621965c395b9dd3e5b8ae30978191322 Mon Sep 17 00:00:00 2001 From: Nikhil Mengaram Date: Thu, 31 Jul 2025 18:59:50 +0530 Subject: [PATCH] Updating extension version to 1.6.63 to create a release in canary --- 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 e3e21323..3ed689b1 100644 --- a/src/core/src/bootstrap/Constants.py +++ b/src/core/src/bootstrap/Constants.py @@ -31,7 +31,7 @@ def __iter__(self): UNKNOWN = "Unknown" # Extension version (todo: move to a different file) - EXT_VERSION = "1.6.62" + EXT_VERSION = "1.6.63" # Runtime environments TEST = 'Test' diff --git a/src/extension/src/Constants.py b/src/extension/src/Constants.py index 74a80781..28d0812c 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.62" + EXT_VERSION = "1.6.63" # Runtime environments TEST = 'Test' diff --git a/src/extension/src/manifest.xml b/src/extension/src/manifest.xml index 8f66c250..9f175e69 100644 --- a/src/extension/src/manifest.xml +++ b/src/extension/src/manifest.xml @@ -2,7 +2,7 @@ Microsoft.CPlat.Core LinuxPatchExtension - 1.6.62 + 1.6.63 VmRole