mirror of
https://github.com/duncs/clusterssh.git
synced 2025-04-22 09:22:24 +00:00
Amend version for next round of work
This commit is contained in:
parent
ede9868d55
commit
ed829083c2
2 changed files with 4 additions and 1 deletions
3
Changes
3
Changes
|
@ -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
|
||||
|
|
|
@ -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/;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue