diff --git a/Gemfile.lock b/Gemfile.lock index 1af03f2..6170f97 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - graphql-sources (1.1.2) + graphql-sources (1.2.0) graphql rails zeitwerk diff --git a/lib/graphql/sources/version.rb b/lib/graphql/sources/version.rb index 27590d5..36a0f41 100644 --- a/lib/graphql/sources/version.rb +++ b/lib/graphql/sources/version.rb @@ -2,6 +2,6 @@ module GraphQL module Sources - VERSION = '1.1.2' + VERSION = '1.2.0' end end