From af45e5b9e560abb8eb2b97657928e460d4dcf96a Mon Sep 17 00:00:00 2001 From: Scott Walkinshaw Date: Tue, 18 Jan 2022 11:33:11 -0500 Subject: [PATCH] Release version 0.5.0 --- lib/graphql/batch/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/graphql/batch/version.rb b/lib/graphql/batch/version.rb index 4a85719..1577bd0 100644 --- a/lib/graphql/batch/version.rb +++ b/lib/graphql/batch/version.rb @@ -1,5 +1,5 @@ module GraphQL module Batch - VERSION = "0.4.3" + VERSION = "0.5.0" end end