We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8401f8e commit e2d5804Copy full SHA for e2d5804
HISTORY.md
@@ -1,3 +1,7 @@
1
+## 1.17.1 (2011-05-27)
2
+
3
+* Reverted `exit` change. Back to `exit!`.
4
5
## 1.17.0 (2011-05-26)
6
7
* Workers exit with `exit` instead of `exit!`. This means you
lib/resque/version.rb
@@ -1,3 +1,3 @@
module Resque
- Version = VERSION = '1.17.0'
+ Version = VERSION = '1.17.1'
end
0 commit comments