X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst.pm;h=27a232c58dcae652f2409b401fd5f7371c45a522;hb=73c6a22a236c09a6a3db9c58b720c8a5f758911d;hp=9a886e635c6cc68b4386b5ecba6518de0d53250d;hpb=fbbed79e68b58b0dad0457a14e6d6bad87166769;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 9a886e6..27a232c 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.80005'; +our $VERSION = '5.80006'; { my $dev_version = $VERSION =~ /_\d{2}$/;