mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
bump
This commit is contained in:
parent
f49b4f11db
commit
44c4d1e605
2 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,10 @@
|
|||
# Sidekiq Changes
|
||||
|
||||
4.2.6
|
||||
-----------
|
||||
|
||||
- Run Rails Executor when in production [#3221, eugeneius]
|
||||
|
||||
4.2.5
|
||||
-----------
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# frozen_string_literal: true
|
||||
module Sidekiq
|
||||
VERSION = "4.2.5"
|
||||
VERSION = "4.2.6"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue