mark version for next release
John Napiorkowski [Mon, 23 Dec 2013 14:35:12 +0000 (08:35 -0600)]
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

index 2aa3a30..d84ddbf 100644 (file)
@@ -122,7 +122,7 @@ __PACKAGE__->stats_class('Catalyst::Stats');
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.90059_002';
+our $VERSION = '5.90059_003';
 
 sub import {
     my ( $class, @arguments ) = @_;
index d98fc06..fe879fa 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008003; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION = '5.90059_002';
+our $VERSION = '5.90059_003';
 
 =head1 NAME