Skip to content

Commit f3eb8bb

Browse files
committed
v1.9.2
1 parent 892ee09 commit f3eb8bb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
## 1.9.1 (2010-06-04)
27

38
* Less strict JSON dependency

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.1'
2+
Version = VERSION = '1.9.2'
33
end

0 commit comments

Comments
 (0)