Skip to content

Commit

Permalink
Bump version for 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Jun 18, 2023
1 parent a4a336e commit a781950
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
kredis (1.3.0)
kredis (1.4.0)
activemodel (>= 6.0.0)
activesupport (>= 6.0.0)
redis (>= 4.2, < 6)
Expand Down Expand Up @@ -71,7 +71,7 @@ GEM
builder (3.2.4)
byebug (11.1.3)
concurrent-ruby (1.1.8)
connection_pool (2.2.5)
connection_pool (2.4.1)
crass (1.0.6)
erubi (1.10.0)
globalid (0.4.2)
Expand Down Expand Up @@ -127,9 +127,9 @@ GEM
rake (>= 0.8.7)
thor (~> 1.0)
rake (13.0.3)
redis (5.0.2)
redis-client (~> 0.7)
redis-client (0.7.3)
redis (5.0.6)
redis-client (>= 0.9.0)
redis-client (0.14.1)
connection_pool
sprockets (4.0.2)
concurrent-ruby (~> 1.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/kredis/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Kredis
VERSION = "1.3.0"
VERSION = "1.4.0"
end

0 comments on commit a781950

Please sign in to comment.