fixed that weird bug
[catagits/Catalyst-Runtime.git] / lib / Catalyst.pm
index e9c8092..a857494 100644 (file)
@@ -7,7 +7,7 @@ use Catalyst::Log;
 
 __PACKAGE__->mk_classdata($_) for qw/_config log/;
 
-our $VERSION = '4.25';
+our $VERSION = '4.26';
 our @ISA;
 
 =head1 NAME