Added CDBI helper and added some documentation
[catagits/Catalyst-Runtime.git] / lib / Catalyst.pm
index 88254bc..5883f09 100644 (file)
@@ -7,7 +7,7 @@ use Catalyst::Log;
 
 __PACKAGE__->mk_classdata($_) for qw/_config log/;
 
-our $VERSION = '4.00';
+our $VERSION = '4.01';
 our @ISA;
 
 =head1 NAME