increment $VERSION after 1.003028 release
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Profile.pm
index f441022..0d4bb72 100644 (file)
@@ -1,7 +1,7 @@
 package Devel::REPL::Profile;
 # ABSTRACT: Code to execute when re.pl starts
 
-our $VERSION = '1.003028';
+our $VERSION = '1.003029';
 
 use Moose::Role;
 requires 'apply_profile';