bump version to 1.003020 for release v1.003020
Karen Etheridge [Mon, 8 Jul 2013 17:01:46 +0000 (10:01 -0700)]
Changes
lib/Devel/REPL.pm

diff --git a/Changes b/Changes
index d877df6..566185e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for Devel-REPL
 
+1.003020 - 2013-07-08
   - shebang fixed in re.pl so it is rewritten to point to the proper perl at
     install time (RT#70928)
 
index 2dc6035..b102b76 100644 (file)
@@ -5,7 +5,7 @@ use Moose;
 use namespace::autoclean;
 use 5.008001; # backwards compat, doesn't warn like 5.8.1
 
-our $VERSION = '1.003019';
+our $VERSION = '1.003020';
 
 with 'MooseX::Object::Pluggable';