X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst.pm;h=e60e1bb20468b515e1db43bf27f08d7f37fc885f;hb=9992a5990019714a7272a6b656acae25d95e46c3;hp=6aa73577c3a15eaa58aa9c20e4864a24f1a646b7;hpb=4e68badce837f4ebc4567faeaa707bbae88c5ffd;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 6aa7357..e60e1bb 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -76,7 +76,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.8000_06'; +our $VERSION = '5.8000_07'; { my $dev_version = $VERSION =~ /_\d{2}$/;