From c492c29935f2642b16ff9395eb84166aa1198e3b Mon Sep 17 00:00:00 2001 From: Akira Sawada Date: Tue, 5 Mar 2019 09:08:55 +0900 Subject: [PATCH] Bump version up --- lib/TheSchwartz.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/TheSchwartz.pm b/lib/TheSchwartz.pm index 38b841d..af83541 100644 --- a/lib/TheSchwartz.pm +++ b/lib/TheSchwartz.pm @@ -6,7 +6,7 @@ use strict; use fields qw( databases retry_seconds dead_dsns retry_at funcmap_cache verbose all_abilities current_abilities current_job cached_drivers driver_cache_expiration scoreboard prioritize floor batch_size strict_remove_ability); -our $VERSION = "1.1202"; +our $VERSION = "1.1203"; use Carp qw( croak ); use Data::ObjectDriver::Errors;