From f164b42e6b958f98e92c2f811a3a283e6ed0e261 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 30 Apr 2022 13:05:18 +0200 Subject: [PATCH] Bump version for 1.2.0 --- Gemfile.lock | 4 ++-- lib/kredis/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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