We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 892ee09 commit f3eb8bbCopy full SHA for f3eb8bb
HISTORY.md
@@ -1,3 +1,8 @@
1
+## 1.9.2 (2010-06-13)
2
+
3
+* Bugfix: Worker.all returning nil fix
4
+* Bugfix: Make ps -o more cross platform friendly
5
6
## 1.9.1 (2010-06-04)
7
8
* Less strict JSON dependency
lib/resque/version.rb
@@ -1,3 +1,3 @@
module Resque
- Version = VERSION = '1.9.1'
+ Version = VERSION = '1.9.2'
end
0 commit comments