no more regex forwards
[catagits/Catalyst-Runtime.git] / lib / Catalyst.pm
index ab7de52..cdd9c53 100644 (file)
@@ -7,7 +7,7 @@ use Catalyst::Log;
 
 __PACKAGE__->mk_classdata($_) for qw/_config log/;
 
-our $VERSION = '4.22';
+our $VERSION = '4.23';
 our @ISA;
 
 =head1 NAME