From 2038733fad8620e6aa8453cc27052e8089015be1 Mon Sep 17 00:00:00 2001 From: John Oxley Date: Thu, 14 Nov 2019 14:31:07 +0000 Subject: [PATCH] Bumped version number --- lib/cache_store/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cache_store/version.rb b/lib/cache_store/version.rb index ea94cef..62cfd24 100644 --- a/lib/cache_store/version.rb +++ b/lib/cache_store/version.rb @@ -1,3 +1,3 @@ module CacheStore - VERSION = "0.1.5" + VERSION = "0.1.6" end