upped version in prep for release;
John Napiorkowski [Wed, 12 Jun 2013 20:36:43 +0000 (16:36 -0400)]
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

index ccd5e23..4e62289 100644 (file)
@@ -113,7 +113,7 @@ __PACKAGE__->stats_class('Catalyst::Stats');
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.90030';
+our $VERSION = '5.90040';
 
 sub import {
     my ( $class, @arguments ) = @_;
index 44f3328..c2f5cb6 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008003; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION = '5.90030';
+our $VERSION = '5.90040';
 
 =head1 NAME