bump ver
Brian Cassidy [Fri, 20 Aug 2010 11:48:05 +0000 (11:48 +0000)]
Changes
lib/Catalyst/Plugin/ConfigLoader.pm

diff --git a/Changes b/Changes
index f482361..e881350 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for Perl extension Catalyst::Plugin::ConfigLoader.
 
+0.29 TO BE RELEASED
     - Fix issue with 2 character app names that are kept in versioned
       directories (e.g. app called QX in QX-2.1.5/)
     - bump dep on Config::Any to use the -ForceArray Config::General option
index e137120..3c4f0dc 100644 (file)
@@ -8,7 +8,7 @@ use MRO::Compat;
 use Data::Visitor::Callback;
 use Catalyst::Utils ();
 
-our $VERSION = '0.28';
+our $VERSION = '0.29';
 
 =head1 NAME