bump ver. add to-be-released line to Changes.
Brian Cassidy [Wed, 4 Aug 2010 13:44:19 +0000 (13:44 +0000)]
Changes
lib/Config/Any.pm

diff --git a/Changes b/Changes
index c65bac5..a567196 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for Config-Any
 
+0.20 TO BE RELEASED
     - enable -ForceArray option by default for Config::General (caelum)
 
 0.19 Mon 15 Feb 2010
index 518a9f3..c7164cd 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 use Carp;
 use Module::Pluggable::Object ();
 
-our $VERSION = '0.19';
+our $VERSION = '0.20';
 
 =head1 NAME