Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
kraih committed Dec 17, 2017
1 parent 49c322a commit 437c3d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changes
@@ -1,4 +1,6 @@

8.09 2017-12-17

8.08 2017-12-15
- Added busy and wait events to Minion::Worker.
- Added dequeue_timeout option to run method in Minion::Worker.
Expand Down
2 changes: 1 addition & 1 deletion lib/Minion.pm
Expand Up @@ -18,7 +18,7 @@ has missing_after => 1800;
has remove_after => 172800;
has tasks => sub { {} };

our $VERSION = '8.08';
our $VERSION = '8.09';

sub add_task { ($_[0]->tasks->{$_[1]} = $_[2]) and return $_[0] }

Expand Down

0 comments on commit 437c3d7

Please sign in to comment.