Amend version for next round of work

This commit is contained in:
Duncan Ferguson 2016-04-30 13:57:34 +01:00
parent ede9868d55
commit ed829083c2
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,6 @@
4.08_01 0000-00-00 Duncan Ferguson <duncan_ferguson@user.sf.net>
-
4.07 2016-04-30 Duncan Ferguson <duncan_ferguson@user.sf.net>
- Fixed tests on systems where bash is not installed in /bin/bash (Github issue #60)
- Include link to travis-ci site in release emails for automated build and test reports

View file

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