Update version and changes file with patch from Andrew Stevenson

This commit is contained in:
Duncan Ferguson 2015-01-31 10:47:30 +00:00
parent ef13feb390
commit c53eedaf1c
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,6 @@
4.03_06 0000-00-00 Duncan Ferguson <duncan_ferguson@user.sf.net>
- Remoe references to 'logmsg' preventing the history window from working (thanks to Andrew Stevenson)
4.03_05 2014-12-20 Duncan Ferguson <duncan_ferguson@user.sf.net>
- Fix options parsing tests picked up via cpantesters on different version of perl

View file

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