We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bd93dd commit ddeb8b9Copy full SHA for ddeb8b9
HISTORY.md
@@ -1,3 +1,7 @@
1
+## 1.9.3 (2010-06-14)
2
+
3
+* Bugfix: Resque#queues always returns an array
4
5
## 1.9.2 (2010-06-13)
6
7
* Bugfix: Worker.all returning nil fix
lib/resque/version.rb
@@ -1,3 +1,3 @@
module Resque
- Version = VERSION = '1.9.2'
+ Version = VERSION = '1.9.3'
end
0 commit comments