From 8d65ebf77056ccb2bbd9895bab4412f842505b72 Mon Sep 17 00:00:00 2001 From: Akira Sawada Date: Thu, 18 Mar 2021 22:45:42 +0900 Subject: [PATCH] Bump version --- lib/TheSchwartz.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/TheSchwartz.pm b/lib/TheSchwartz.pm index 3082532..02a99ed 100644 --- a/lib/TheSchwartz.pm +++ b/lib/TheSchwartz.pm @@ -10,7 +10,7 @@ use fields qw( grab_and_fetch floor batch_size strict_remove_ability ); -our $VERSION = "1.1207"; +our $VERSION = "1.1208"; use Carp qw( croak ); use Data::ObjectDriver::Errors;