From 22098e8c01bc3d6d611e87698c4fd76b520a3b05 Mon Sep 17 00:00:00 2001 From: Greg MacWilliam Date: Thu, 5 Jun 2025 20:47:05 -0400 Subject: [PATCH] v1.7.3 --- lib/graphql/stitching/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/graphql/stitching/version.rb b/lib/graphql/stitching/version.rb index 63794925..1e5e4d9f 100644 --- a/lib/graphql/stitching/version.rb +++ b/lib/graphql/stitching/version.rb @@ -2,6 +2,6 @@ module GraphQL module Stitching - VERSION = "1.7.2" + VERSION = "1.7.3" end end