Skip to content

Commit

Permalink
Bump version to 1.16.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkende committed Oct 2, 2024
1 parent 12477f1 commit 8e0d136
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Revision history for Perl distribution App-PTP

1.16 - ??
1.16 - 2024-30-02
- Add a "cheat sheet" POD to the distribution.
- Load a set of modules by default in the Perl environment.

Expand Down
2 changes: 1 addition & 1 deletion lib/App/PTP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use Data::Dumper;
use File::Find;
use Safe;

our $VERSION = '1.15';
our $VERSION = '1.16';

$Data::Dumper::Terse = 1; # Don't output variable names.
$Data::Dumper::Sortkeys = 1; # Sort the content of the hash variables.
Expand Down

0 comments on commit 8e0d136

Please sign in to comment.