Skip to content

Commit

Permalink
Updating extension version to 1.6.45 (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjohn-msft authored Mar 14, 2023
1 parent 7aadd1e commit ff2280d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/core/src/bootstrap/Constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def __iter__(self):
UNKNOWN = "Unknown"

# Extension version (todo: move to a different file)
EXT_VERSION = "1.6.44"
EXT_VERSION = "1.6.45"

# Runtime environments
TEST = 'Test'
Expand Down
2 changes: 1 addition & 1 deletion src/extension/src/Constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def __iter__(self):
yield item

# Extension version (todo: move to a different file)
EXT_VERSION = "1.6.44"
EXT_VERSION = "1.6.45"

# Runtime environments
TEST = 'Test'
Expand Down
2 changes: 1 addition & 1 deletion src/extension/src/manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<ExtensionImage xmlns="http://schemas.microsoft.com/windowsazure">
<ProviderNameSpace>Microsoft.CPlat.Core</ProviderNameSpace>
<Type>LinuxPatchExtension</Type>
<Version>1.6.44</Version>
<Version>1.6.45</Version>
<Label>Microsoft Azure VM InGuest Patch Extension for Linux Virtual Machines</Label>
<HostingResources>VmRole</HostingResources>
<MediaLink></MediaLink>
Expand Down

0 comments on commit ff2280d

Please sign in to comment.