Minor release 4.13.1 for perltidy test fix

This commit is contained in:
Duncan Ferguson 2018-03-05 10:09:38 +00:00
parent 651c756f55
commit 5b827fd163
6 changed files with 12 additions and 9 deletions

View file

@ -3,7 +3,7 @@ package App::ClusterSSH;
use 5.008.004;
use warnings;
use strict;
use version; our $VERSION = version->new('4.13');
use version; our $VERSION = version->new('4.13.1');
use Carp qw/cluck :DEFAULT/;