Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Mar 9, 2023
1 parent cc67321 commit 44786cc
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lib/Module/Release/Kwalitee.pm
Expand Up @@ -8,7 +8,7 @@ use Exporter qw(import);

our @EXPORT = qw(check_kwalitee cpants_lint cpants_pass_regex );

our $VERSION = '2.129';
our $VERSION = '2.131';

=encoding utf8
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Release/MANIFEST.pm
Expand Up @@ -8,7 +8,7 @@ use Exporter qw(import);

our @EXPORT = qw( check_MANIFEST );

our $VERSION = '2.129';
our $VERSION = '2.131';

=encoding utf8
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Release/MetaCPAN.pm
Expand Up @@ -10,7 +10,7 @@ use Carp;

our @EXPORT = qw( cpan_version );

our $VERSION = '2.129';
our $VERSION = '2.131';

=encoding utf8
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Release/PAUSE.pm
Expand Up @@ -10,7 +10,7 @@ use Carp qw(croak);

our @EXPORT = qw();

our $VERSION = '2.129';
our $VERSION = '2.131';

=encoding utf8
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Release/Prereq.pm
Expand Up @@ -8,7 +8,7 @@ use Exporter qw(import);

our @EXPORT = qw( check_prereqs _get_prereq_ignore_list );

our $VERSION = '2.129';
our $VERSION = '2.131';

=encoding utf8
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Release/SVN.pm
Expand Up @@ -10,7 +10,7 @@ use Carp;

our @EXPORT = qw(check_vcs vcs_tag make_vcs_tag);

our $VERSION = '2.129';
our $VERSION = '2.131';

=encoding utf8
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Release/WebUpload/Mojo.pm
Expand Up @@ -17,7 +17,7 @@ our @EXPORT = qw(
pause_add_uri
);

our $VERSION = '2.129';
our $VERSION = '2.131';

=encoding utf8
Expand Down

0 comments on commit 44786cc

Please sign in to comment.