Skip to content

Commit ee47a55

Browse files
committed
Updates master to v1.11
1 parent 4a664ce commit ee47a55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

icinga-powershell-plugins.psd1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
@{
2-
ModuleVersion = '1.10.0'
2+
ModuleVersion = '1.11.0'
33
GUID = 'e3e7850e-2f24-4173-8268-c2a29ec35750'
44
Author = 'Lord Hepipud'
55
CompanyName = 'Icinga GmbH'
66
Copyright = '(c) 2021 Icinga GmbH | GPLv2'
77
Description = 'A collection of Icinga Plugins for general Windows checks for Icinga for Windows.'
88
PowerShellVersion = '4.0'
9-
RequiredModules = @(@{ModuleName = 'icinga-powershell-framework'; ModuleVersion = '1.10.0' })
9+
RequiredModules = @(@{ModuleName = 'icinga-powershell-framework'; ModuleVersion = '1.11.0' })
1010
NestedModules = @(
1111
'.\compiled\icinga-powershell-plugins.ifw_compilation.psm1'
1212
)
@@ -73,7 +73,7 @@
7373
ProjectUri = 'https://github.com/Icinga/icinga-powershell-plugins'
7474
ReleaseNotes = 'https://github.com/Icinga/icinga-powershell-plugins/releases'
7575
};
76-
Version = 'v1.10.0';
76+
Version = 'v1.11.0';
7777
Name = 'Windows Plugins';
7878
Type = 'plugins';
7979
Function = '';

0 commit comments

Comments
 (0)