Re-release/version bump

Re-release due to poor release upload to CPAN (4.17)
This commit is contained in:
Duncan Ferguson 2024-10-19 12:57:45 +01:00
parent cc90a9a3fb
commit 9431ccc863
3 changed files with 5 additions and 2 deletions

View file

@ -1,5 +1,8 @@
Revision history for {{$dist->name}}
4.18 2024-10-19 Duncan Ferguson <duncan_ferguson@user.sf.net>
- Re-release due to poor release upload to CPAN
4.17 2024-10-16 Duncan Ferguson <duncan_ferguson@user.sf.net>
- Swap the hostname lookup macro from DNS to using the system hostname (Github issue #158)
- Swap from using Travis-CI to Github Actions

2
README
View file

@ -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 '<command>'] [-K <seconds>] [-q] [-c '<filename>'] [-x <cols>]

View file

@ -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