From 3d6ef7c205b437ae3b72e1f036b9ea44e71d9c2e Mon Sep 17 00:00:00 2001 From: Jerome Dalbert Date: Tue, 30 Oct 2018 15:50:45 -0700 Subject: [PATCH] Bump minor version --- lib/graphql/cache/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/graphql/cache/version.rb b/lib/graphql/cache/version.rb index b1426bb..392e1e8 100644 --- a/lib/graphql/cache/version.rb +++ b/lib/graphql/cache/version.rb @@ -2,6 +2,6 @@ module GraphQL module Cache - VERSION = '0.4.0' + VERSION = '0.5.0' end end