From ddefcf6775ab57a2f61939c9a5fbe66fe0b077fe Mon Sep 17 00:00:00 2001 From: Christian Stein Date: Tue, 17 Dec 2019 17:51:44 +0100 Subject: [PATCH] Set version of master branch to v1.1.0 --- icinga-powershell-framework.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icinga-powershell-framework.psd1 b/icinga-powershell-framework.psd1 index 7115173..224369d 100644 --- a/icinga-powershell-framework.psd1 +++ b/icinga-powershell-framework.psd1 @@ -18,7 +18,7 @@ ProjectUri = 'https://github.com/Icinga/icinga-powershell-framework' ReleaseNotes = 'https://github.com/Icinga/icinga-powershell-framework/releases' }; - Version = 'v1.0.0-rc1'; + Version = 'v1.1.0'; } HelpInfoURI = 'https://github.com/Icinga/icinga-powershell-framework' }