diff --git a/lib/TheSchwartz.pm b/lib/TheSchwartz.pm index de890b3..dd0b990 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.1201"; +our $VERSION = "1.1202"; use Carp qw( croak ); use Data::ObjectDriver::Errors;