Skip to content

Commit

Permalink
roll v0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
gbicann committed May 30, 2024
1 parent 4f26384 commit 1742a97
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
0.10 - 2024-05-30:
- add missing dependencies to Makefile.PL
0.11 - 2024-05-30:
- handle help queries better.

0.10 - 2024-05-29:
- add missing dependencies to Makefile.PL.

0.9 - 2024-05-29:
- fix copyright notice.

Expand Down
2 changes: 1 addition & 1 deletion lib/App/rdapper.pm
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ use constant {
use vars qw($VERSION);
use strict;

$VERSION = '0.10';
$VERSION = '0.11';

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

0 comments on commit 1742a97

Please sign in to comment.