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

bump, release

This commit is contained in:
Mike Perham 2019-10-25 10:10:01 -07:00
parent bd29278ad7
commit 48cd79b886
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
[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)
HEAD
6.0.3
---------
- Fix `Sidekiq::Client.push_bulk` API which was erroneously putting

View file

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Sidekiq
VERSION = "6.0.2"
VERSION = "6.0.3"
end