From 93b4bc4fd30e22145f6842952a959a00fc9f6582 Mon Sep 17 00:00:00 2001 From: Tony Guimelli Date: Tue, 23 Nov 2021 14:30:08 -0500 Subject: [PATCH] Update PSGraphQL.psd1 Corrected param fuzzing example in Get-GraphQLVariableList. --- PSGraphQL/PSGraphQL.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PSGraphQL/PSGraphQL.psd1 b/PSGraphQL/PSGraphQL.psd1 index ff50206..b7bfcf6 100644 --- a/PSGraphQL/PSGraphQL.psd1 +++ b/PSGraphQL/PSGraphQL.psd1 @@ -13,7 +13,7 @@ RootModule = '.\PSGraphQL' # Version number of this module. - ModuleVersion = '1.5.1' + ModuleVersion = '1.5.2' # Compatibility CompatiblePSEditions = 'Desktop', 'Core'