X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst.pm;h=664f0d2aa9f727f60c0396e7ba54d71b1cfac1e9;hb=8c57b129c2c6419c9d339e3c6acca4c1628ca485;hp=d44c2caca858855a81f3cb09a598a578f5dc1d05;hpb=6f3df815fb203a7bbb97370beb25a783d27d7445;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index d44c2ca..664f0d2 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -74,7 +74,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.8000_07'; +our $VERSION = '5.80001'; { my $dev_version = $VERSION =~ /_\d{2}$/;