Skip to content

Commit 2ccc5c6

Browse files
author
dhh
committed
Bump version for 1.6.0
1 parent b907559 commit 2ccc5c6

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
kredis (1.5.0)
4+
kredis (1.6.0)
55
activemodel (>= 6.0.0)
66
activesupport (>= 6.0.0)
77
redis (>= 4.2, < 6)
@@ -140,9 +140,9 @@ GEM
140140
thor (~> 1.0)
141141
rainbow (3.1.1)
142142
rake (13.0.3)
143-
redis (5.0.6)
143+
redis (5.0.7)
144144
redis-client (>= 0.9.0)
145-
redis-client (0.14.1)
145+
redis-client (0.17.0)
146146
connection_pool
147147
regexp_parser (2.8.1)
148148
reline (0.3.6)

lib/kredis/version.rb

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# frozen_string_literal: true
2-
31
module Kredis
4-
VERSION = "1.5.0"
2+
VERSION = "1.6.0"
53
end

0 commit comments

Comments
 (0)