From daf142780980a73d0026acdfef60b012736c8b4a Mon Sep 17 00:00:00 2001 From: Kevin Sylvestre Date: Mon, 4 Jul 2022 19:47:08 -0700 Subject: [PATCH] Bump version from v0.3.0 to v0.4.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 eb80b12..b8df21e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - graphql-sources (0.3.0) + graphql-sources (0.4.0) graphql rails diff --git a/lib/graphql/sources/version.rb b/lib/graphql/sources/version.rb index 07b64ae..83d9b87 100644 --- a/lib/graphql/sources/version.rb +++ b/lib/graphql/sources/version.rb @@ -2,6 +2,6 @@ module GraphQL module Sources - VERSION = '0.3.0' + VERSION = '0.4.0' end end