X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst.pm;h=a0fbc3850de059cebbc78d1568a7597ae8be3435;hp=22135a7fc098f1107777801c53975173abda4444;hb=8aa39973c1148499ceef41b27c74a31420e8c3bc;hpb=37c2f09c644a515035a4ed519bf227c0137ac6f2 diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 22135a7..a0fbc38 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.80015'; +our $VERSION = '5.80016'; { my $dev_version = $VERSION =~ /_\d{2}$/;