From fb95de115f6c49b3ddaf2fa863b4da76aa956db1 Mon Sep 17 00:00:00 2001 From: Greg MacWilliam Date: Tue, 26 Dec 2023 14:51:48 -0500 Subject: [PATCH] bump version. --- 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 3c90107c..21a390b7 100644 --- a/lib/graphql/stitching/version.rb +++ b/lib/graphql/stitching/version.rb @@ -2,6 +2,6 @@ module GraphQL module Stitching - VERSION = "1.1.0" + VERSION = "1.1.1" end end