Update version

This commit is contained in:
Duncan Ferguson 2017-03-11 08:40:10 +00:00
parent 4665a23f09
commit a3e8e221e7
4 changed files with 8 additions and 5 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.09');
use version; our $VERSION = version->new('4.10');
use Carp qw/cluck :DEFAULT/;