X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst.pm;h=552131209b346b0a4f409c48a64cf7a4535d2139;hb=488736aa8f612ac5f963a9c9f4794286525a335a;hp=d4a70c3aa0c252019298fb6e32a7340863c7e398;hpb=18de900e2fecac0ce4e6d3056d4e31bb6e71d81d;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index d4a70c3..5521312 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -59,7 +59,9 @@ __PACKAGE__->engine_class('Catalyst::Engine::CGI'); __PACKAGE__->request_class('Catalyst::Request'); __PACKAGE__->response_class('Catalyst::Response'); -our $VERSION = '5.6902'; +# Remember to update this in Catalyst::Runtime as well! + +our $VERSION = '5.70_01'; sub import { my ( $class, @arguments ) = @_;