From 094f4065c966ab002ec47c19650d02b1e4453b7b Mon Sep 17 00:00:00 2001 From: jmeridth Date: Thu, 29 May 2025 13:46:51 -0500 Subject: [PATCH] chore: update gem version to 0.26.0 Signed-off-by: jmeridth --- graphql-client.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphql-client.gemspec b/graphql-client.gemspec index c215855..c744b25 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.25.0" + s.version = "0.26.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"