Upate version

This commit is contained in:
Duncan Ferguson 2017-04-13 08:31:40 +01:00
parent 7c9cfb1531
commit 5cd27cb11f
4 changed files with 8 additions and 5 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_01');
use version; our $VERSION = version->new('4.10_02');
use Carp qw/cluck :DEFAULT/;