Bump versions
[catagits/Catalyst-Devel.git] / lib / Catalyst / Devel.pm
index e267da0..05fe15b 100644 (file)
@@ -3,8 +3,10 @@ package Catalyst::Devel;
 use strict;
 use warnings;
 
-our $VERSION             = '1.10';
-our $CATALYST_SCRIPT_GEN = 32;
+our $VERSION             = '1.21';
+our $CATALYST_SCRIPT_GEN = 39;
+
+$VERSION = eval $VERSION;
 
 =head1 NAME
 
@@ -37,7 +39,7 @@ sri: Sebastian Riedel <sri@cpan.org>
 
 =head1 LICENSE
 
-This library is free software, you can redistribute it and/or modify
+This library is free software. You can redistribute it and/or modify
 it under the same terms as Perl itself.
 
 =cut