Release 4.11

This commit is contained in:
Duncan Ferguson 2017-12-22 12:17:40 +00:00
parent 0dbf7c6808
commit d8addf58d1
7 changed files with 37 additions and 17 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.10_03');
use version; our $VERSION = version->new('4.11');
use Carp qw/cluck :DEFAULT/;