From e84452fa95fff9786b34efdfd4231db10b877eed Mon Sep 17 00:00:00 2001 From: Kevin Sylvestre Date: Sun, 17 Jul 2022 11:03:00 -0700 Subject: [PATCH] Bump version from v1.0.0 to v1.1.0 --- Gemfile.lock | 2 +- lib/graphql/sources/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d075910..9d022e2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - graphql-sources (1.0.0) + graphql-sources (1.1.0) graphql rails zeitwerk diff --git a/lib/graphql/sources/version.rb b/lib/graphql/sources/version.rb index 4cf258a..d4f869a 100644 --- a/lib/graphql/sources/version.rb +++ b/lib/graphql/sources/version.rb @@ -2,6 +2,6 @@ module GraphQL module Sources - VERSION = '1.0.0' + VERSION = '1.1.0' end end