From c3f5affcbe4be85433fadb0f9ea6323312bc66a9 Mon Sep 17 00:00:00 2001 From: Scott Walkinshaw Date: Fri, 23 Feb 2024 10:05:12 -0600 Subject: [PATCH] v0.6.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 46902b9..a75c4cb 100644 --- a/lib/graphql/batch/version.rb +++ b/lib/graphql/batch/version.rb @@ -1,5 +1,5 @@ module GraphQL module Batch - VERSION = "0.5.4" + VERSION = "0.6.0" end end