From 6231fc6f0306d552d4b92823cbe7d1e87e0c2529 Mon Sep 17 00:00:00 2001 From: "Microsoft.VisualStudio.Services.TFS" <> Date: Fri, 21 Aug 2020 03:34:39 +0000 Subject: [PATCH] Updated module version: 0.3.0 [skip ci] --- PwshTenable.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PwshTenable.psd1 b/PwshTenable.psd1 index 8a39194..0412830 100644 --- a/PwshTenable.psd1 +++ b/PwshTenable.psd1 @@ -12,7 +12,7 @@ RootModule = './PwshTenable.psm1' # Version number of this module. - ModuleVersion = '0.2.1' + ModuleVersion = '0.3.0' # Supported PSEditions CompatiblePSEditions = @( 'Core', 'Desktop' )