Bump version number to 4.04_01

This commit is contained in:
Duncan Ferguson 2015-11-09 13:39:16 +00:00
parent 7808bd8e20
commit 3fcc001cca

View file

@ -3,7 +3,7 @@ package App::ClusterSSH;
use 5.008.004;
use warnings;
use strict;
use version; our $VERSION = version->new('4.04');
use version; our $VERSION = version->new('4.04_01');
use Carp qw/cluck :DEFAULT/;