Skip to content

Commit ddeb8b9

Browse files
committed
v1.9.3
1 parent 2bd93dd commit ddeb8b9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.9.3 (2010-06-14)
2+
3+
* Bugfix: Resque#queues always returns an array
4+
15
## 1.9.2 (2010-06-13)
26

37
* Bugfix: Worker.all returning nil fix

lib/resque/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Resque
2-
Version = VERSION = '1.9.2'
2+
Version = VERSION = '1.9.3'
33
end

0 commit comments

Comments
 (0)