From ef5a8f44db8a2d2ebc312ee08eada0042e7ea074 Mon Sep 17 00:00:00 2001 From: Christian Stein Date: Tue, 17 Dec 2019 17:37:34 +0100 Subject: [PATCH] Set version of Framework to v1.0.0-rc3 --- 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..39390d5 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.0.0-rc3'; } HelpInfoURI = 'https://github.com/Icinga/icinga-powershell-framework' }