diff --git a/Changes b/Changes index 55c392f..f187331 100644 --- a/Changes +++ b/Changes @@ -1,8 +1,9 @@ Revision history for {{$dist->name}} -4.17_01 0000-00-00 Duncan Ferguson +4.17 2024-10-16 Duncan Ferguson - Swap the hostname lookup macro from DNS to using the system hostname (Github issue #158) - Swap from using Travis-CI to Github Actions +- Fix tests on perl 5.38 and 5.40 (Github Issue #153) 4.16 2020-06-20 Duncan Ferguson - Further fix for 'resolve_names' error when adding hosts via the UI diff --git a/lib/App/ClusterSSH.pm b/lib/App/ClusterSSH.pm index 563edd1..2cdeb1b 100644 --- a/lib/App/ClusterSSH.pm +++ b/lib/App/ClusterSSH.pm @@ -5,7 +5,7 @@ package App::ClusterSSH; # ABSTRACT: Cluster administration tool # ABSTRACT: Cluster administration tool -use version; our $VERSION = version->new('4.16'); +use version; our $VERSION = version->new('4.17'); =head1 SYNOPSIS