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 Feb 25, 2016
1 parent 3666519 commit 552fca0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
Expand Up @@ -2,6 +2,8 @@ Revision history for Dist-Zilla-Plugin-OSPrereqs

{{$NEXT}}

0.006 2016-02-25 17:00:14-05:00 America/New_York

[CHANGES]

- Requires List::Util 1.33 instead of List::AllUtils
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -38,7 +38,7 @@ my %WriteMakefileArgs = (
"YAML::Tiny" => 0,
"lib" => 0
},
"VERSION" => "0.006",
"VERSION" => "0.007",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/Dist/Zilla/Plugin/OSPrereqs.pm
Expand Up @@ -6,7 +6,7 @@ use utf8;
package Dist::Zilla::Plugin::OSPrereqs;
# ABSTRACT: List prereqs conditional on operating system

our $VERSION = "0.006";
our $VERSION = '0.007';

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

0 comments on commit 552fca0

Please sign in to comment.