Skip to content

Commit

Permalink
After release: bump $VERSION and timestamp Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
xdg committed Nov 26, 2017
1 parent 065b261 commit db101dd
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ Revision history for Dist-Zilla-Plugin-BumpVersionAfterRelease

{{$NEXT}}

0.016 2017-11-26 16:54:54-05:00 America/New_York

[ADDED]

- New "all_matching" option for [BumpVersionAfterRelease], which only
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ my %WriteMakefileArgs = (
"Test::More" => "0.96",
"utf8" => 0
},
"VERSION" => "0.016",
"VERSION" => "0.017",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/Dist/Zilla/Plugin/BumpVersionAfterRelease.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;
package Dist::Zilla::Plugin::BumpVersionAfterRelease;
# ABSTRACT: Bump module versions after distribution release

our $VERSION = '0.016';
our $VERSION = '0.017';

use Moose;
use namespace::autoclean;
Expand Down
2 changes: 1 addition & 1 deletion lib/Dist/Zilla/Plugin/BumpVersionAfterRelease/_Util.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Dist::Zilla::Plugin::BumpVersionAfterRelease::_Util;

our $VERSION = '0.016';
our $VERSION = '0.017';

use Moose::Role;

Expand Down
2 changes: 1 addition & 1 deletion lib/Dist/Zilla/Plugin/RewriteVersion.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;
package Dist::Zilla::Plugin::RewriteVersion;
# ABSTRACT: Get and/or rewrite module versions to match distribution version

our $VERSION = '0.016';
our $VERSION = '0.017';

use Moose;
use namespace::autoclean;
Expand Down

0 comments on commit db101dd

Please sign in to comment.