X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst.pm;h=8c891e5eca294cdec864c30dbb701f1a13e03d29;hp=e30d38ee06a11661126d387ada8f5020350d7a84;hb=455b342ec12a7689dfa9aae0dd096d5cc1f9242b;hpb=5e4eccfbfb82a28a5773d3a9412e096a3530007e diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index e30d38e..8c891e5 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -79,7 +79,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.80007'; +our $VERSION = '5.80008'; { my $dev_version = $VERSION =~ /_\d{2}$/;