Skip to content

Commit

Permalink
Update version (#127)
Browse files Browse the repository at this point in the history
Co-authored-by: benank <[email protected]>
  • Loading branch information
benank and benank authored Mar 17, 2022
1 parent 6776987 commit 53f6ca6
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.35"
EXT_VERSION = "1.6.36"

# 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.35"
EXT_VERSION = "1.6.36"

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

0 comments on commit 53f6ca6

Please sign in to comment.