up version in prep for release
John Napiorkowski [Wed, 18 Dec 2013 15:47:58 +0000 (09:47 -0600)]
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

index 673b3c0..4aa3601 100644 (file)
@@ -120,7 +120,7 @@ __PACKAGE__->stats_class('Catalyst::Stats');
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.90051';
+our $VERSION = '5.90052';
 
 sub import {
     my ( $class, @arguments ) = @_;
index 583bf98..0d8dfed 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008003; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION = '5.90051';
+our $VERSION = '5.90052';
 
 =head1 NAME