X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst.pm;h=bab0bd4661867113a067d581fd21da96d2d948f5;hb=5f3fc03681fce003c7602536d54efdb1937ab023;hp=67caa15a4453f5072a1a4eada1c22800767c0542;hpb=c508cb5c8f7d8c545ec1c3f29385a36b166378f9;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 67caa15..bab0bd4 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -75,7 +75,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.80002'; +our $VERSION = '5.80003'; { my $dev_version = $VERSION =~ /_\d{2}$/;