mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
bump version
This commit is contained in:
parent
92c0dc9cbe
commit
ff5b3debc5
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ HEAD
|
|||
- Activate sessions in Sinatra for CSRF protection. See issue #2460
|
||||
if you see a Rails error with `ActionDispatch::Request::Session`
|
||||
on upgrade. This is a Rails incompatibility with Rack and not a
|
||||
Sidekiq bug. [#2460]
|
||||
Sidekiq bug. The issue contains a moneypatch workaround. [#2460]
|
||||
|
||||
3.4.2
|
||||
-----------
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Sidekiq
|
||||
VERSION = "3.4.2"
|
||||
VERSION = "3.5.0"
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue