improved documentation
[catagits/Catalyst-Runtime.git] / lib / Catalyst.pm
index 6f0311f..bc1d5b6 100644 (file)
@@ -7,7 +7,7 @@ use Catalyst::Log;
 
 __PACKAGE__->mk_classdata($_) for qw/_config log/;
 
-our $VERSION = '4.12';
+our $VERSION = '4.13';
 our @ISA;
 
 =head1 NAME