Version bump to prepare for release

This commit is contained in:
Duncan Ferguson 2024-10-16 09:10:48 +01:00
parent 33bf550aee
commit 76a2e5f8c7
2 changed files with 3 additions and 2 deletions

View file

@ -1,8 +1,9 @@
Revision history for {{$dist->name}} Revision history for {{$dist->name}}
4.17_01 0000-00-00 Duncan Ferguson <duncan_ferguson@user.sf.net> 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 the hostname lookup macro from DNS to using the system hostname (Github issue #158)
- Swap from using Travis-CI to Github Actions - 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 <duncan_ferguson@user.sf.net> 4.16 2020-06-20 Duncan Ferguson <duncan_ferguson@user.sf.net>
- Further fix for 'resolve_names' error when adding hosts via the UI - Further fix for 'resolve_names' error when adding hosts via the UI

View file

@ -5,7 +5,7 @@ package App::ClusterSSH;
# ABSTRACT: Cluster administration tool # ABSTRACT: Cluster administration tool
# 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 =head1 SYNOPSIS