Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jun 5, 2024
1 parent 85430d2 commit 00d25ae
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.31 2024-06-06

10.30 2024-06-05
- Improved stats performance in Minion::Backend::Pg by an order of magnitude. (rshingleton)

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.30';
our $VERSION = '10.31';

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

0 comments on commit 00d25ae

Please sign in to comment.