mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
oops
This commit is contained in:
parent
44c2e7a8a3
commit
0d5cc88556
2 changed files with 6 additions and 1 deletions
|
@ -2,6 +2,11 @@
|
|||
|
||||
[Sidekiq Changes](https://github.com/mperham/sidekiq/blob/main/Changes.md) | [Sidekiq Pro Changes](https://github.com/mperham/sidekiq/blob/main/Pro-Changes.md) | [Sidekiq Enterprise Changes](https://github.com/mperham/sidekiq/blob/main/Ent-Changes.md)
|
||||
|
||||
6.5.3
|
||||
----------
|
||||
|
||||
- Don't require metrics code without explicit opt-in [#5456]
|
||||
|
||||
6.5.2
|
||||
----------
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
module Sidekiq
|
||||
VERSION = "6.5.2"
|
||||
VERSION = "6.5.3"
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue