up version for upcoming release
John Napiorkowski [Tue, 28 Jan 2014 18:01:30 +0000 (12:01 -0600)]
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

index bfa22a6..e3d705a 100644 (file)
@@ -126,7 +126,7 @@ __PACKAGE__->stats_class('Catalyst::Stats');
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.90059_004';
+our $VERSION = '5.90059_005';
 
 sub import {
     my ( $class, @arguments ) = @_;
index 0fc06f7..7bf13bf 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008003; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION = '5.90059_004';
+our $VERSION = '5.90059_005';
 
 =head1 NAME