fix version number

This commit is contained in:
Zane C. B-H 2023-06-01 12:59:50 -05:00
parent b5b80708b0
commit f6d73501c4
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Revision history for Net-Connection-Sort
0.1.0 2023-06-01/13:00
0.1.1 2023-06-01/13:00
- Add unsorted.
0.0.1 2019-07-30/02:30

View File

@ -10,11 +10,11 @@ Net::Connection::Sort - Sorts array of Net::Connection objects.
=head1 VERSION
Version 0.0.1
Version 0.1.1
=cut
our $VERSION = '0.0.1';
our $VERSION = '0.1.1';
=head1 SYNOPSIS