diff --git a/Changes b/Changes index f187331..69afeda 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for {{$dist->name}} +4.18 2024-10-19 Duncan Ferguson +- Re-release due to poor release upload to CPAN + 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 diff --git a/README b/README index d8c2b21..04ea4b6 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME cssh - Cluster administration tool VERSION - This documentation is for version: 4.17 + This documentation is for version: 4.18 SYNOPSIS cssh [-a ''] [-K ] [-q] [-c ''] [-x ] diff --git a/lib/App/ClusterSSH.pm b/lib/App/ClusterSSH.pm index 916205d..d5d22d3 100644 --- a/lib/App/ClusterSSH.pm +++ b/lib/App/ClusterSSH.pm @@ -6,7 +6,7 @@ package App::ClusterSSH; # ABSTRACT: Cluster administration tool # ABSTRACT: Cluster administration tool -use version; our $VERSION = version->new('4.17'); +use version; our $VERSION = version->new('4.18'); =head1 SYNOPSIS