Update version and changes file with patch from Andrew Stevenson

This commit is contained in:
Duncan Ferguson 2015-01-31 10:47:30 +00:00
parent ef13feb390
commit c53eedaf1c
2 changed files with 4 additions and 1 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.03_05');
use version; our $VERSION = version->new('4.03_06');
use Carp qw/cluck/;