Skip to content

Commit

Permalink
Update version to 1.6.37 (#138)
Browse files Browse the repository at this point in the history
Co-authored-by: benank <[email protected]>
  • Loading branch information
benank and benank authored Apr 19, 2022
1 parent 5f1d445 commit abf9931
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.36"
EXT_VERSION = "1.6.37"

# 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.36"
EXT_VERSION = "1.6.37"

# 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.36</Version>
<Version>1.6.37</Version>
<Label>Microsoft Azure VM InGuest Patch Extension for Linux Virtual Machines</Label>
<HostingResources>VmRole</HostingResources>
<MediaLink></MediaLink>
Expand Down

0 comments on commit abf9931

Please sign in to comment.