We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 077179c commit 29fa303Copy full SHA for 29fa303
icinga-powershell-framework.psd1
@@ -1,6 +1,6 @@
1
@{
2
RootModule = 'icinga-powershell-framework.psm1'
3
- ModuleVersion = '1.3.0'
+ ModuleVersion = '1.3.1'
4
GUID = 'fcd7a805-a41b-49f9-afee-9d17a2b76d42'
5
Author = 'Lord Hepipud'
6
CompanyName = 'Icinga GmbH'
@@ -49,7 +49,7 @@
49
ProjectUri = 'https://github.com/Icinga/icinga-powershell-framework'
50
ReleaseNotes = 'https://github.com/Icinga/icinga-powershell-framework/releases'
51
};
52
- Version = 'v1.3.0';
+ Version = 'v1.3.1';
53
}
54
HelpInfoURI = 'https://github.com/Icinga/icinga-powershell-framework'
55
0 commit comments