mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Fix double restart with cap deploy #137
This commit is contained in:
parent
e06d773d7e
commit
b63419d24c
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
1.1.2
|
||||
-----------
|
||||
|
||||
- Fix double restart with cap deploy [#137]
|
||||
|
||||
1.1.1
|
||||
-----------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Sidekiq
|
||||
VERSION = "1.1.1"
|
||||
VERSION = "1.1.2"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue