From: John Napiorkowski Date: Mon, 23 Dec 2013 14:35:12 +0000 (-0600) Subject: mark version for next release X-Git-Tag: 5.90060~37 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=dcd195889451b91967d7d231e9b978619c18c9e1;hp=d2bb6f7f2c1c9390e0c250df188c56e4e8ab6f04;p=catagits%2FCatalyst-Runtime.git mark version for next release --- diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 2aa3a30..d84ddbf 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -122,7 +122,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.90059_002'; +our $VERSION = '5.90059_003'; sub import { my ( $class, @arguments ) = @_; diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index d98fc06..fe879fa 100644 --- a/lib/Catalyst/Runtime.pm +++ b/lib/Catalyst/Runtime.pm @@ -7,7 +7,7 @@ BEGIN { require 5.008003; } # Remember to update this in Catalyst as well! -our $VERSION = '5.90059_002'; +our $VERSION = '5.90059_003'; =head1 NAME