upped version
John Napiorkowski [Fri, 20 Sep 2013 18:46:33 +0000 (14:46 -0400)]
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

index 0e2fdbd..04309c1 100644 (file)
@@ -118,7 +118,7 @@ __PACKAGE__->stats_class('Catalyst::Stats');
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.90049_002';
+our $VERSION = '5.90049_003';
 
 sub import {
     my ( $class, @arguments ) = @_;
index ebca126..897324c 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008003; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION = '5.90049_002';
+our $VERSION = '5.90049_003';
 
 =head1 NAME