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 28, 2017
1 parent 7f551ef commit a1c1d90
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Changes
Expand Up @@ -2,6 +2,8 @@ Revision history for Dist-Zilla-Plugin-CheckChangesHasContent

{{$NEXT}}

0.011 2017-11-28 09:42:14-05:00 America/New_York

[FIXED]

- Improved handling of file encoding for the Changes file
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -43,7 +43,7 @@ my %WriteMakefileArgs = (
"Test::Harness" => 0,
"Test::More" => "0.88"
},
"VERSION" => "0.011",
"VERSION" => "0.012",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/Dist/Zilla/Plugin/CheckChangesHasContent.pm
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.011';
our $VERSION = '0.012';

# Dependencies
use Dist::Zilla 6 (); # XXX really the next release after this date
Expand Down
2 changes: 1 addition & 1 deletion lib/Dist/Zilla/Plugin/Test/ChangesHasContent.pm
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.011';
our $VERSION = '0.012';

# Dependencies
use Dist::Zilla;
Expand Down

0 comments on commit a1c1d90

Please sign in to comment.