increment $VERSION after 1.003029 release
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Plugin / Completion.pm
index 4d64b18..0770484 100644 (file)
@@ -3,7 +3,7 @@ use warnings;
 package Devel::REPL::Plugin::Completion;
 # ABSTRACT: Extensible tab completion
 
-our $VERSION = '1.003029';
+our $VERSION = '1.003030';
 
 use Devel::REPL::Plugin;
 use Scalar::Util 'weaken';