Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Sep 21, 2024
1 parent 7ca62a4 commit 23e15b3
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.32 2024-09-22

10.31 2024-09-21
- Restore old repair behavior for job dependencies without performance loss. (HEM42)

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.31';
our $VERSION = '10.32';

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

0 comments on commit 23e15b3

Please sign in to comment.