From: Dan Dascalescu Date: Fri, 7 Aug 2009 11:15:30 +0000 (+0000) Subject: Prepare for release the version number as well X-Git-Tag: v0.25~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-ConfigLoader.git;a=commitdiff_plain;h=46cdde4ceb3e381ba133229c659528099832ca4b Prepare for release the version number as well --- diff --git a/lib/Catalyst/Plugin/ConfigLoader.pm b/lib/Catalyst/Plugin/ConfigLoader.pm index 475325c..5edbad1 100644 --- a/lib/Catalyst/Plugin/ConfigLoader.pm +++ b/lib/Catalyst/Plugin/ConfigLoader.pm @@ -8,7 +8,7 @@ use MRO::Compat; use Data::Visitor::Callback; use Catalyst::Utils (); -our $VERSION = '0.24'; +our $VERSION = '0.25'; =head1 NAME