From 11a008e6fe87fe9fc4f287411625d7da5eb66180 Mon Sep 17 00:00:00 2001 From: Robert Mosolgo Date: Wed, 13 Nov 2024 08:32:56 -0500 Subject: [PATCH] 0.24.0 --- graphql-client.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphql-client.gemspec b/graphql-client.gemspec index f4bd8f7..0b1f54f 100644 --- a/graphql-client.gemspec +++ b/graphql-client.gemspec @@ -1,7 +1,7 @@ # frozen_string_literal: true Gem::Specification.new do |s| s.name = "graphql-client" - s.version = "0.23.0" + s.version = "0.24.0" s.summary = "GraphQL Client" s.description = "A Ruby library for declaring, composing and executing GraphQL queries" s.homepage = "https://github.com/github-community-projects/graphql-client"