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