Release 4.04

This commit is contained in:
Duncan Ferguson 2015-11-03 21:18:13 +00:00
parent 2f26815445
commit 4157d9f3e2
4 changed files with 14 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.03_07');
use version; our $VERSION = version->new('4.04');
use Carp qw/cluck :DEFAULT/;