Skip to content

Commit

Permalink
lib/File/ShareDir.pm: bump version
Browse files Browse the repository at this point in the history
Bump to 1.117_001 to make a dev-release

Signed-off-by: Jens Rehsack <sno@netbsd.org>
  • Loading branch information
rehsack committed Sep 25, 2020
1 parent 960edcb commit 3a40844
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/File/ShareDir.pm
Expand Up @@ -145,7 +145,7 @@ our @EXPORT_OK = qw{
our %EXPORT_TAGS = (
ALL => [@EXPORT_OK],
);
our $VERSION = '1.116';
our $VERSION = '1.117_001';

#####################################################################
# Interface Functions
Expand Down
2 changes: 1 addition & 1 deletion t/lib/ShareDir/TestClass.pm
Expand Up @@ -4,6 +4,6 @@ use strict;

use parent ("File::ShareDir");

our $VERSION = "1.02";
our $VERSION = "1.117_001";

1;

0 comments on commit 3a40844

Please sign in to comment.