mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
bump, changes
This commit is contained in:
parent
a281aa44a6
commit
c2e819769a
2 changed files with 6 additions and 1 deletions
|
@ -2,6 +2,11 @@
|
|||
|
||||
[Sidekiq Changes](https://github.com/mperham/sidekiq/blob/master/Changes.md) | [Sidekiq Pro Changes](https://github.com/mperham/sidekiq/blob/master/Pro-Changes.md) | [Sidekiq Enterprise Changes](https://github.com/mperham/sidekiq/blob/master/Ent-Changes.md)
|
||||
|
||||
5.2.5
|
||||
---------
|
||||
|
||||
- Fix default usage of `config/sidekiq.yml` [#4077, Tensho]
|
||||
|
||||
5.2.4
|
||||
---------
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# frozen_string_literal: true
|
||||
module Sidekiq
|
||||
VERSION = "5.2.4"
|
||||
VERSION = "5.2.5"
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue