Skip to content

Commit 24e61ac

Browse files
authored
Merge pull request #91 from Azure/version_change
Version Change to 1.6.25
2 parents e88e3d2 + 7e4802e commit 24e61ac

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/core/src/bootstrap/Constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def __iter__(self):
3030
UNKNOWN = "Unknown"
3131

3232
# Extension version (todo: move to a different file)
33-
EXT_VERSION = "1.6.24"
33+
EXT_VERSION = "1.6.25"
3434

3535
# Runtime environments
3636
TEST = 'Test'

src/extension/src/Constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def __iter__(self):
2828
yield item
2929

3030
# Extension version (todo: move to a different file)
31-
EXT_VERSION = "1.6.24"
31+
EXT_VERSION = "1.6.25"
3232

3333
# Runtime environments
3434
TEST = 'Test'

src/extension/src/manifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<ExtensionImage xmlns="http://schemas.microsoft.com/windowsazure">
33
<ProviderNameSpace>Microsoft.CPlat.Core</ProviderNameSpace>
44
<Type>LinuxPatchExtension</Type>
5-
<Version>1.6.24</Version>
5+
<Version>1.6.25</Version>
66
<Label>Microsoft Azure VM InGuest Patch Extension for Linux Virtual Machines</Label>
77
<HostingResources>VmRole</HostingResources>
88
<MediaLink></MediaLink>

0 commit comments

Comments
 (0)