increment $VERSION after 1.003029 release
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Plugin / Timing.pm
index 1d15717..40dd282 100644 (file)
@@ -3,7 +3,7 @@ use warnings;
 package Devel::REPL::Plugin::Timing;
 # ABSTRACT: Display execution times
 
-our $VERSION = '1.003028';
+our $VERSION = '1.003030';
 
 use Devel::REPL::Plugin;
 use Time::HiRes 'time';