Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Nov 15, 2019
1 parent 44102b7 commit 17868bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@

10.01 2019-11-16

10.0 2019-11-15
- Removed PostgreSQL migrations older than 2 years, that means you need to
have Minion version 7.01 or newer installed before you can upgrade to
Expand Down
2 changes: 1 addition & 1 deletion lib/Minion.pm
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ has missing_after => 1800;
has remove_after => 172800;
has tasks => sub { {} };

our $VERSION = '10.0';
our $VERSION = '10.01';

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

Expand Down

0 comments on commit 17868bd

Please sign in to comment.