inc version for release 45.90078 5.90078
John Napiorkowski [Wed, 31 Dec 2014 16:09:25 +0000 (10:09 -0600)]
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

index 6096f47..9686617 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.90077';
+our $VERSION = '5.90078';
 
 sub import {
     my ( $class, @arguments ) = @_;
index 94d0f0b..4cc1f98 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008003; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION = '5.90077';
+our $VERSION = '5.90078';
 
 =head1 NAME