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 5b26512 commit 8533844
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.009 2016-05-25 05:52:29-04:00 America/New_York

[FIXED]

- fixed tests broken by changes in [NextRelease] 6.005
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ my %WriteMakefileArgs = (
"Test::More" => "0.88",
"Try::Tiny" => 0
},
"VERSION" => "0.009",
"VERSION" => "0.010",
"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.009';
our $VERSION = '0.010';

# 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.009';
our $VERSION = '0.010';

# Dependencies
use Dist::Zilla;
Expand Down

0 comments on commit 8533844

Please sign in to comment.