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 Jun 20, 2018
1 parent f718481 commit a3f719e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 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-OSPrereqs

{{$NEXT}}

0.011 2018-06-20 17:01:38-06:00 America/Denver

[CHANGES]

Explicit use of the prereq_os option in configs now uses the proper option
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ my %WriteMakefileArgs = (
"Test::More" => "0.88",
"lib" => 0
},
"VERSION" => "0.011",
"VERSION" => "0.012",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/Dist/Zilla/Plugin/OSPrereqs.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use utf8;
package Dist::Zilla::Plugin::OSPrereqs;
# ABSTRACT: List prereqs conditional on operating system

our $VERSION = '0.011';
our $VERSION = '0.012';

use Moose;
use List::Util 1.33 'first';
Expand Down

0 comments on commit a3f719e

Please sign in to comment.