From 5a1a9424dfdc9e18a069ddcc050fea842bbc5c3a Mon Sep 17 00:00:00 2001 From: Michael Kelly Date: Tue, 15 May 2018 13:19:37 -0400 Subject: [PATCH] Bump version to 0.1.2 --- 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 98ef80c..da8df10 100644 --- a/lib/graphql/cache/version.rb +++ b/lib/graphql/cache/version.rb @@ -1,5 +1,5 @@ module GraphQL module Cache - VERSION = "0.1.1" + VERSION = '0.1.2'.freeze end end