diff --git a/Gemfile.lock b/Gemfile.lock index 2325b5c..8b0e16c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - kredis (1.1.0) + kredis (1.2.0) activesupport (>= 6.0.0) redis (~> 4.2) @@ -153,4 +153,4 @@ DEPENDENCIES rake BUNDLED WITH - 2.3.4 + 2.3.12 diff --git a/lib/kredis/version.rb b/lib/kredis/version.rb index eb337f3..01fec9a 100644 --- a/lib/kredis/version.rb +++ b/lib/kredis/version.rb @@ -1,3 +1,3 @@ module Kredis - VERSION = "1.1.0" + VERSION = "1.2.0" end