Bump version to 5.7012
Andy Grundman [Fri, 26 Oct 2007 04:35:27 +0000 (04:35 +0000)]
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

index 2f496f6..edca221 100644 (file)
@@ -65,7 +65,7 @@ __PACKAGE__->stats_class('Catalyst::Stats');
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.7011';
+our $VERSION = '5.7012';
 
 sub import {
     my ( $class, @arguments ) = @_;
index 73d7079..7654ba7 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008001; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION='5.7011';
+our $VERSION='5.7012';
 
 =head1 NAME