Skip to content

Commit e2d5804

Browse files
committed
1.17.1
1 parent 8401f8e commit e2d5804

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.17.1 (2011-05-27)
2+
3+
* Reverted `exit` change. Back to `exit!`.
4+
15
## 1.17.0 (2011-05-26)
26

37
* Workers exit with `exit` instead of `exit!`. This means you

lib/resque/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Resque
2-
Version = VERSION = '1.17.0'
2+
Version = VERSION = '1.17.1'
33
end

0 commit comments

Comments
 (0)