Released 5.53
[catagits/Catalyst-Runtime.git] / lib / Catalyst.pm
index 8cb5af5..c4f4b05 100644 (file)
@@ -54,7 +54,7 @@ __PACKAGE__->engine_class('Catalyst::Engine::CGI');
 __PACKAGE__->request_class('Catalyst::Request');
 __PACKAGE__->response_class('Catalyst::Response');
 
-our $VERSION = '5.52';
+our $VERSION = '5.53';
 
 sub import {
     my ( $class, @arguments ) = @_;