whole new core for private action inheritance
[catagits/Catalyst-Runtime.git] / lib / Catalyst.pm
index 5b79ba6..e2fac8a 100644 (file)
@@ -7,7 +7,7 @@ use Catalyst::Log;
 
 __PACKAGE__->mk_classdata($_) for qw/_config engine log/;
 
-our $VERSION = '4.34';
+our $VERSION = '5.00';
 our @ISA;
 
 =head1 NAME