1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

bump version

This commit is contained in:
Mike Perham 2015-08-15 14:05:41 -07:00
parent 92c0dc9cbe
commit ff5b3debc5
2 changed files with 2 additions and 2 deletions

View file

@ -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
-----------

View file

@ -1,3 +1,3 @@
module Sidekiq
VERSION = "3.4.2"
VERSION = "3.5.0"
end