From d364ab928bfd0814fd270e148ad128030c416e11 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 19 Feb 2022 08:57:54 +0100 Subject: [PATCH] Bump version for 1.1.0 --- Gemfile.lock | 6 +++--- lib/kredis/version.rb | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index e7c0f9b..2325b5c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - kredis (1.0.1) + kredis (1.1.0) activesupport (>= 6.0.0) redis (~> 4.2) @@ -125,7 +125,7 @@ GEM rake (>= 0.8.7) thor (~> 1.0) rake (13.0.3) - redis (4.5.1) + redis (4.6.0) sprockets (4.0.2) concurrent-ruby (~> 1.0) rack (> 1, < 3) @@ -153,4 +153,4 @@ DEPENDENCIES rake BUNDLED WITH - 2.2.30 + 2.3.4 diff --git a/lib/kredis/version.rb b/lib/kredis/version.rb index b980cc3..eb337f3 100644 --- a/lib/kredis/version.rb +++ b/lib/kredis/version.rb @@ -1,3 +1,3 @@ module Kredis - VERSION = "1.0.1" + VERSION = "1.1.0" end