bump version for next release
[p5sagit/Module-Metadata.git] / lib / Module / Metadata.pm
index 31d4bf0..281d738 100644 (file)
@@ -12,7 +12,7 @@ package Module::Metadata;
 use strict;
 use warnings;
 
-our $VERSION = '1.000019';
+our $VERSION = '1.000020';
 $VERSION = eval $VERSION;
 
 use Carp qw/croak/;