We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f366cff commit 25473f2Copy full SHA for 25473f2
HISTORY.md
@@ -1,3 +1,7 @@
1
+## 1.9.4 (2010-06-14)
2
+
3
+* Bugfix: Multiple failure backend gets exception information when created
4
5
## 1.9.3 (2010-06-14)
6
7
* Bugfix: Resque#queues always returns an array
lib/resque/version.rb
@@ -1,3 +1,3 @@
module Resque
- Version = VERSION = '1.9.3'
+ Version = VERSION = '1.9.4'
end
0 commit comments