Skip to content

Commit 76a2e5f

Browse files
author
Duncan Ferguson
committed
Version bump to prepare for release
1 parent 33bf550 commit 76a2e5f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Changes

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
Revision history for {{$dist->name}}
22

3-
4.17_01 0000-00-00 Duncan Ferguson <[email protected]>
3+
4.17 2024-10-16 Duncan Ferguson <[email protected]>
44
- Swap the hostname lookup macro from DNS to using the system hostname (Github issue #158)
55
- Swap from using Travis-CI to Github Actions
6+
- Fix tests on perl 5.38 and 5.40 (Github Issue #153)
67

78
4.16 2020-06-20 Duncan Ferguson <[email protected]>
89
- Further fix for 'resolve_names' error when adding hosts via the UI

lib/App/ClusterSSH.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ package App::ClusterSSH;
55
# ABSTRACT: Cluster administration tool
66
# ABSTRACT: Cluster administration tool
77

8-
use version; our $VERSION = version->new('4.16');
8+
use version; our $VERSION = version->new('4.17');
99

1010
=head1 SYNOPSIS
1111

0 commit comments

Comments
 (0)