Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Nov 20, 2023
1 parent ef04a1f commit ffa755d
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.28 2023-11-21

10.27 2023-11-20
- Improved repair performance in cases where there are a lot of finished jobs with dependencies.

Expand Down
2 changes: 1 addition & 1 deletion lib/Minion.pm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ has missing_after => 1800;
has [qw(remove_after stuck_after)] => 172800;
has tasks => sub { {} };

our $VERSION = '10.27';
our $VERSION = '10.28';

sub add_task {
my ($self, $name, $task) = @_;
Expand Down

0 comments on commit ffa755d

Please sign in to comment.