Skip to content

Commit bdc340c

Browse files
committed
version: bump to 4.2.0
see history.md
1 parent 9fd2c3c commit bdc340c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

HISTORY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Resque Scheduler History / ChangeLog / Release Notes
22

3-
## 4.2.0 (2016-04-28)
3+
## 4.2.0 (2016-04-29)
44
* Bugfix for a race condition in concurrent restarts
55
* Clean up and simplify the scheduling extension
66
* Make `Resque::Scheduler.logger` accessible to user

lib/resque/scheduler/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Resque
44
module Scheduler
5-
VERSION = '4.1.0'
5+
VERSION = '4.2.0'
66
end
77
end

0 commit comments

Comments
 (0)