From b06e119e3e0c734013f2884aceda9af4246f6305 Mon Sep 17 00:00:00 2001 From: Kevin Sylvestre Date: Fri, 20 Oct 2023 12:15:31 -1000 Subject: [PATCH] Bump version from v1.1.2 to v1.2.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 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