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

changes, bump

This commit is contained in:
Mike Perham 2018-02-26 10:05:59 -08:00
parent 6b3e453eef
commit a0bcd590cd
2 changed files with 2 additions and 1 deletions

View file

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

View file

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