increment $VERSION after 1.003029 release
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Plugin / DDS.pm
index 2146bf1..784b156 100644 (file)
@@ -3,7 +3,7 @@ use warnings;
 package Devel::REPL::Plugin::DDS;
 # ABSTRACT: Format results with Data::Dump::Streamer
 
-our $VERSION = '1.003028';
+our $VERSION = '1.003030';
 
 use Devel::REPL::Plugin;
 use Data::Dump::Streamer ();