Skip to content

Commit cc9b5c1

Browse files
committed
Bump version for 1.6.1
1 parent 4eff04c commit cc9b5c1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
kredis (1.6.0)
4+
kredis (1.6.1)
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.7)
144-
redis-client (>= 0.9.0)
145-
redis-client (0.17.0)
143+
redis (5.0.8)
144+
redis-client (>= 0.17.0)
145+
redis-client (0.19.1)
146146
connection_pool
147147
regexp_parser (2.8.3)
148148
reline (0.3.6)

lib/kredis/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Kredis
2-
VERSION = "1.6.0"
2+
VERSION = "1.6.1"
33
end

0 commit comments

Comments
 (0)