Release 4.02_04

This commit is contained in:
Duncan Ferguson 2014-05-17 17:17:43 +01:00
parent 155b861e08
commit 61a04ac3d2
5 changed files with 7 additions and 4 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.02_03');
use version; our $VERSION = version->new('4.02_04');
use Carp;