Skip to content

Commit

Permalink
bump to 0.07
Browse files Browse the repository at this point in the history
  • Loading branch information
stevieb9 committed Jul 20, 2017
1 parent 4e16047 commit 81b8f27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for Module-CheckDep-Version

0.07 UNREL
-

0.06 2017-07-20
- modified/clarified documentation, and added warnings about recklessly
bumping prereq version numbers, per RT#122522
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/CheckDep/Version.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use strict;
use warnings;
use version;

our $VERSION = '0.06';
our $VERSION = '0.07';

require Exporter;
our @ISA = qw(Exporter);
Expand Down

0 comments on commit 81b8f27

Please sign in to comment.