mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
changes, bump
This commit is contained in:
parent
6b3e453eef
commit
a0bcd590cd
2 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@
|
|||
HEAD
|
||||
-----------
|
||||
|
||||
- Fix crash on Ctrl-C in Windows [#3775, Bernica]
|
||||
- Remove `freeze` calls on String constants. This is superfluous with Ruby
|
||||
2.3+ and `frozen_string_literal: true`. [#3759]
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# frozen_string_literal: true
|
||||
module Sidekiq
|
||||
VERSION = "5.1.1"
|
||||
VERSION = "5.1.2"
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue