Skip to content

Commit

Permalink
Bump version for 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Oct 19, 2023
1 parent b907559 commit 2ccc5c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
kredis (1.5.0)
kredis (1.6.0)
activemodel (>= 6.0.0)
activesupport (>= 6.0.0)
redis (>= 4.2, < 6)
Expand Down Expand Up @@ -140,9 +140,9 @@ GEM
thor (~> 1.0)
rainbow (3.1.1)
rake (13.0.3)
redis (5.0.6)
redis (5.0.7)
redis-client (>= 0.9.0)
redis-client (0.14.1)
redis-client (0.17.0)
connection_pool
regexp_parser (2.8.1)
reline (0.3.6)
Expand Down
4 changes: 1 addition & 3 deletions lib/kredis/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# frozen_string_literal: true

module Kredis
VERSION = "1.5.0"
VERSION = "1.6.0"
end

0 comments on commit 2ccc5c6

Please sign in to comment.