Skip to content

Commit

Permalink
bumping version for 1.9.0 - redis 2.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
bvandenbos committed Jun 4, 2010
1 parent 2d7b0a7 commit bc08bbf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.9.0 (2010-06-04)

* Adding redis 2.0 support (bpo)

## 1.8.2 (2010-06-04)

* Adding queue now functionality to delayed timestamps (daviddoan)
Expand Down
2 changes: 1 addition & 1 deletion lib/resque_scheduler/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ResqueScheduler
Version = '1.8.2'
Version = '1.9.0'
end

0 comments on commit bc08bbf

Please sign in to comment.