From 98ee90c455d53ebeca2a2585e0327664034b4251 Mon Sep 17 00:00:00 2001 From: Tony Guimelli Date: Fri, 13 Oct 2023 12:15:16 -0400 Subject: [PATCH] Update PSGraphQL.psd1 --- PSGraphQL/PSGraphQL.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PSGraphQL/PSGraphQL.psd1 b/PSGraphQL/PSGraphQL.psd1 index 84fd936..0111901 100644 --- a/PSGraphQL/PSGraphQL.psd1 +++ b/PSGraphQL/PSGraphQL.psd1 @@ -13,7 +13,7 @@ RootModule = '.\PSGraphQL' # Version number of this module. - ModuleVersion = '1.6.0' + ModuleVersion = '1.7.0' # Compatibility CompatiblePSEditions = 'Desktop', 'Core'