keep $VERSION right in the repo
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Profile.pm
index 9f17dde..4605b31 100644 (file)
@@ -1,5 +1,7 @@
 package Devel::REPL::Profile;
 
+our $VERSION = '1.003027';
+
 use Moose::Role;
 requires 'apply_profile';
 use namespace::autoclean;