From aff58829ea27c7e59213756aab0bdfdb0e03941a Mon Sep 17 00:00:00 2001 From: Robert Mosolgo Date: Thu, 12 Dec 2024 14:28:30 -0500 Subject: [PATCH] 0.25.0 --- graphql-client.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphql-client.gemspec b/graphql-client.gemspec index 226c36a..b5324df 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.24.0" + s.version = "0.25.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"