Updated to 5.24
[catagits/Catalyst-Runtime.git] / lib / Catalyst.pm
index 2cc65ac..2773954 100644 (file)
@@ -11,7 +11,7 @@ our $CATALYST_SCRIPT_GEN = 4;
 
 __PACKAGE__->mk_classdata($_) for qw/dispatcher engine log/;
 
-our $VERSION = '5.23';
+our $VERSION = '5.24';
 our @ISA;
 
 =head1 NAME