Skip to content

Commit

Permalink
v2.1.0.pre: Update Rack Session API, drop support for Rack 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Scott committed Sep 18, 2019
1 parent afaeb92 commit ee68a91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.6.2
2 changes: 1 addition & 1 deletion lib/redis/rack/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class Redis
module Rack
VERSION = '2.0.6'
VERSION = '2.1.0.pre'
end
end

0 comments on commit ee68a91

Please sign in to comment.