Release 4.0.6

This commit is contained in:
Duncan Ferguson 2016-03-26 08:50:48 +00:00
parent e5622cda99
commit 754a7137b6
4 changed files with 7 additions and 7 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.05_01');
use version; our $VERSION = version->new('4.06');
use Carp qw/cluck :DEFAULT/;