diff --git a/graphql-client.gemspec b/graphql-client.gemspec index 208d853..58eba10 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.20.0" + s.version = "0.21.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"