X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst.pm;h=70b1469672eba026ca70390f860578e5ad6c35cf;hp=4d53a0d14cdc44c439142b9368e2f884bfcf1a2b;hb=d5c5d96fd55a31024942bd46465a8f19240a966f;hpb=abc0ac2972d9fed921d1ad7afb4d71206ec81eb8 diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 4d53a0d..70b1469 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -78,7 +78,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.80020'; +our $VERSION = '5.80021'; our $PRETTY_VERSION = $VERSION; $VERSION = eval $VERSION;