diff --git a/graphql-client.gemspec b/graphql-client.gemspec index 32a7cfe..7c7a4e9 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.18.0" + s.version = "0.19.0" s.summary = "GraphQL Client" s.description = "A Ruby library for declaring, composing and executing GraphQL queries" s.homepage = "https://github.com/github/graphql-client"