From 8e88b28d10a894d3bbb221095424fc948e62bccd Mon Sep 17 00:00:00 2001 From: Scott Walkinshaw Date: Thu, 1 Feb 2024 12:01:08 -0500 Subject: [PATCH] v0.5.4 --- 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 c39cc2e..46902b9 100644 --- a/lib/graphql/batch/version.rb +++ b/lib/graphql/batch/version.rb @@ -1,5 +1,5 @@ module GraphQL module Batch - VERSION = "0.5.3" + VERSION = "0.5.4" end end