Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Apr 28, 2022
1 parent 69c38bc commit 3364462
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.25 2022-04-29

10.24 2022-04-28
- Improved Mojolicious::Plugin::Minion::Admin to log whenever a job gets removed.

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.24';
our $VERSION = '10.25';

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

0 comments on commit 3364462

Please sign in to comment.