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 Apr 21, 2018
1 parent 4997078 commit 1c80031
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.018 2018-04-21 22:32:15+02:00 Europe/Oslo

[CHANGED]

- Now uses 'tr' instead of 'eval' for underscore versions.
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.018",
"VERSION" => "0.019",
"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.018';
our $VERSION = '0.019';

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.018';
our $VERSION = '0.019';

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.018';
our $VERSION = '0.019';

use Moose;
use namespace::autoclean;
Expand Down

0 comments on commit 1c80031

Please sign in to comment.