From ff5b3debc55e0e0aaa46b8f36bd618d3abe15784 Mon Sep 17 00:00:00 2001 From: Mike Perham Date: Sat, 15 Aug 2015 14:05:41 -0700 Subject: [PATCH] bump version --- Changes.md | 2 +- lib/sidekiq/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changes.md b/Changes.md index a0acff9f..4104cf51 100644 --- a/Changes.md +++ b/Changes.md @@ -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 ----------- diff --git a/lib/sidekiq/version.rb b/lib/sidekiq/version.rb index 400dbede..35e2f82a 100644 --- a/lib/sidekiq/version.rb +++ b/lib/sidekiq/version.rb @@ -1,3 +1,3 @@ module Sidekiq - VERSION = "3.4.2" + VERSION = "3.5.0" end