From 3061b3cbc5885e2ff2b51742c85d305f57f96bad Mon Sep 17 00:00:00 2001 From: Akira Sawada Date: Thu, 21 Mar 2019 05:02:44 +0900 Subject: [PATCH] Bump version up to 1.1205 --- lib/TheSchwartz.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/TheSchwartz.pm b/lib/TheSchwartz.pm index ca210cd..509811a 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.1204"; +our $VERSION = "1.1205"; use Carp qw( croak ); use Data::ObjectDriver::Errors;