Prep for 5.62 release
[catagits/Catalyst-Runtime.git] / lib / Catalyst.pm
index 4aa26af..97dfc4e 100644 (file)
@@ -59,7 +59,7 @@ __PACKAGE__->engine_class('Catalyst::Engine::CGI');
 __PACKAGE__->request_class('Catalyst::Request');
 __PACKAGE__->response_class('Catalyst::Response');
 
-our $VERSION = '6.00';
+our $VERSION = '5.62';
 
 sub import {
     my ( $class, @arguments ) = @_;