We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3139fac commit d83b7b3Copy full SHA for d83b7b3
HISTORY.md
@@ -1,3 +1,7 @@
1
+## 1.9.10 (2010-08-06)
2
+
3
+* Bugfix: before_fork should get passed the job
4
5
## 1.9.9 (2010-07-26)
6
7
* Depend on redis-namespace 0.8.0
lib/resque/version.rb
@@ -1,3 +1,3 @@
module Resque
- Version = VERSION = '1.9.9'
+ Version = VERSION = '1.9.10'
end
0 commit comments