Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Nov 10, 2023
1 parent 2a78ea5 commit 1f847e3
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.27 2023-11-11

10.26 2023-11-10
- Added type information to worker status.
- Improved workers by calling srand() after starting a new job process.
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.26';
our $VERSION = '10.27';

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

0 comments on commit 1f847e3

Please sign in to comment.