Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gbxyz committed Oct 3, 2024
1 parent 4be4a35 commit 6e80dd0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.04 - 2024-10-03:
- address security issue due to use of a relative path in `use lib` (thanks Petr Pisar).

1.03 - 2024-06-25:
- added --both option, and include all options in --help output.
- simplified implementation of display() using guard clauses
Expand Down
2 changes: 1 addition & 1 deletion lib/App/rdapper.pm
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ use constant {
use vars qw($VERSION);
use strict;

$VERSION = '1.03';
$VERSION = '1.04';

#
# global arg variables (note: nopager is now ignored)
Expand Down

0 comments on commit 6e80dd0

Please sign in to comment.