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

bump, changes

This commit is contained in:
Mike Perham 2019-01-08 09:23:09 -08:00
parent a281aa44a6
commit c2e819769a
2 changed files with 6 additions and 1 deletions

View file

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

View file

@ -1,4 +1,4 @@
# frozen_string_literal: true
module Sidekiq
VERSION = "5.2.4"
VERSION = "5.2.5"
end