up version for pending release
John Napiorkowski [Tue, 23 Sep 2014 17:08:01 +0000 (12:08 -0500)]
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

index d3880e6..b904aa7 100644 (file)
@@ -127,7 +127,7 @@ __PACKAGE__->stats_class('Catalyst::Stats');
 __PACKAGE__->_encode_check(Encode::FB_CROAK | Encode::LEAVE_SRC);
 
 # Remember to update this in Catalyst::Runtime as well!
-our $VERSION = '5.90072';
+our $VERSION = '5.90073';
 
 sub import {
     my ( $class, @arguments ) = @_;
index 446286f..fa9b74b 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008003; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION = '5.90072';
+our $VERSION = '5.90073';
 
 =head1 NAME