Prep for next version

This commit is contained in:
Duncan Ferguson 2016-10-18 21:35:53 +01:00
parent 9f6c000592
commit 469897d4c5
2 changed files with 3 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.08');
use version; our $VERSION = version->new('4.09');
use Carp qw/cluck :DEFAULT/;