add version number change
John Napiorkowski [Wed, 6 Mar 2013 13:54:18 +0000 (08:54 -0500)]
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

index 0b2c012..43bda89 100644 (file)
@@ -113,7 +113,7 @@ __PACKAGE__->stats_class('Catalyst::Stats');
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.90019';
+our $VERSION = '5.90020';
 
 sub import {
     my ( $class, @arguments ) = @_;
index e45f57b..3ba2542 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008003; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION = '5.90019';
+our $VERSION = '5.90020';
 
 =head1 NAME