From 00d25ae6bcd86e425221b4f57bec1f34ccd96dd3 Mon Sep 17 00:00:00 2001 From: Sebastian Riedel Date: Wed, 5 Jun 2024 19:31:14 +0200 Subject: [PATCH] Bump version --- Changes | 2 ++ lib/Minion.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 28b725a..7ae44c0 100644 --- a/Changes +++ b/Changes @@ -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) diff --git a/lib/Minion.pm b/lib/Minion.pm index c78ae22..4a763fe 100644 --- a/lib/Minion.pm +++ b/lib/Minion.pm @@ -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) = @_;