From 55302fcac62cc960487f0d1deeafe0aa53a33a68 Mon Sep 17 00:00:00 2001 From: Derek Rivers Date: Mon, 9 Jan 2023 15:41:41 +0000 Subject: [PATCH] bumping version to 2_2_1 --- lib/cache_store_redis/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cache_store_redis/version.rb b/lib/cache_store_redis/version.rb index cd909d9..f4444b7 100644 --- a/lib/cache_store_redis/version.rb +++ b/lib/cache_store_redis/version.rb @@ -1,3 +1,3 @@ module CacheStoreRedis - VERSION = '2.2.0' + VERSION = '2.2.1' end