Skip to content

Commit

Permalink
Bump to a user release
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Feb 27, 2018
1 parent 23b84cd commit 1b1ef34
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.pm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ use warnings;
no warnings;
use vars qw($VERSION);

$VERSION = '2.124_02';
$VERSION = '2.125';

use Carp qw(carp croak);
use File::Basename qw(dirname);
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Release/Kwalitee.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use vars qw($VERSION);

our @EXPORT = qw(check_kwalitee cpants_lint cpants_pass_regex );

$VERSION = '2.124_02';
$VERSION = '2.125';

=encoding utf8
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Release/MANIFEST.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use vars qw($VERSION);

our @EXPORT = qw( check_MANIFEST );

$VERSION = '2.124_02';
$VERSION = '2.125';

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

$VERSION = '2.124_02';
$VERSION = '2.125';

=encoding utf8
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Release/Prereq.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use vars qw($VERSION);

our @EXPORT = qw( check_prereqs _get_prereq_ignore_list );

$VERSION = '2.124_02';
$VERSION = '2.125';

=encoding utf8
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Release/SVN.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use Carp;

our @EXPORT = qw(check_vcs vcs_tag make_vcs_tag);

$VERSION = '2.124_02';
$VERSION = '2.125';

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

$VERSION = '2.124_02';
$VERSION = '2.125';

=encoding utf8
Expand Down

0 comments on commit 1b1ef34

Please sign in to comment.