X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst.pm;h=e5b1882fd6ebbf8c6f520b332eedd9b959820afa;hp=0f4f0ff1e815ad9c9a71d56bd5ebbec0e585ebe2;hb=1be0c4f8966328b3d90c5ebf82f924d97a15dfd9;hpb=85fc6206d44323ef97e0a4270d58b6acc589a5af diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 0f4f0ff..e5b1882 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.80012'; +our $VERSION = '5.80013'; { my $dev_version = $VERSION =~ /_\d{2}$/;