From 23e15b30685d7bfc91c285568d4c79dc2decefb1 Mon Sep 17 00:00:00 2001 From: Sebastian Riedel Date: Sat, 21 Sep 2024 15:53:37 +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 06be4a5..9b33415 100644 --- a/Changes +++ b/Changes @@ -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) diff --git a/lib/Minion.pm b/lib/Minion.pm index 69024b5..a0358a3 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.31'; +our $VERSION = '10.32'; sub add_task { my ($self, $name, $task) = @_;