Skip to content

Commit

Permalink
v1.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
defunkt committed Jul 20, 2010
1 parent bbe25c7 commit 6fd8522
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.9.8 (2010-07-20)

* Bugfix: Worker.all should never return nil
* monit example: Fixed Syntax Error and adding environment to the rake task
* redis rake task: Fixed typo in copy command

## 1.9.7 (2010-07-09)

* Improved memory usage in Job.destroy
Expand Down
2 changes: 1 addition & 1 deletion lib/resque/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Resque
Version = VERSION = '1.9.7'
Version = VERSION = '1.9.8'
end

0 comments on commit 6fd8522

Please sign in to comment.