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 May 25, 2016
1 parent ab6f4bc commit 79f8d39
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 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-CheckChangesHasContent

{{$NEXT}}

0.010 2016-05-25 15:10:26-04:00 America/New_York

[FIXED]

- Dropped unintentional test dependency on Dist::Zilla v6
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ my %WriteMakefileArgs = (
"Test::More" => "0.88",
"Try::Tiny" => 0
},
"VERSION" => "0.010",
"VERSION" => "0.011",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/Dist/Zilla/Plugin/CheckChangesHasContent.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use strict;
use warnings;
package Dist::Zilla::Plugin::CheckChangesHasContent;
# ABSTRACT: Ensure Changes has content before releasing
our $VERSION = '0.010';
our $VERSION = '0.011';

# Dependencies
use Dist::Zilla 2.100950 (); # XXX really the next release after this date
Expand Down
2 changes: 1 addition & 1 deletion lib/Dist/Zilla/Plugin/Test/ChangesHasContent.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use strict;
use warnings;
package Dist::Zilla::Plugin::Test::ChangesHasContent;
# ABSTRACT: Release test to ensure Changes has content
our $VERSION = '0.010';
our $VERSION = '0.011';

# Dependencies
use Dist::Zilla;
Expand Down

0 comments on commit 79f8d39

Please sign in to comment.