Actually bump versions, ACTUAL 5.80028, sorry 5.80028
Tomas Doran [Tue, 28 Sep 2010 19:59:35 +0000 (19:59 +0000)]
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

index fd275b1..dd90aef 100644 (file)
@@ -79,7 +79,7 @@ __PACKAGE__->stats_class('Catalyst::Stats');
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.80027';
+our $VERSION = '5.80028';
 
 sub import {
     my ( $class, @arguments ) = @_;
index 10e1ce0..1d87766 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008004; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION = '5.80027';
+our $VERSION = '5.80028';
 
 =head1 NAME