increment $VERSION after 1.003029 release
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Plugin / Colors.pm
index 4fa73a1..4452e14 100644 (file)
@@ -3,7 +3,7 @@ use warnings;
 package Devel::REPL::Plugin::Colors;
 # ABSTRACT: Add color to return values, warnings, and errors
 
-our $VERSION = '1.003029';
+our $VERSION = '1.003030';
 
 use Devel::REPL::Plugin;
 use Term::ANSIColor;