keep $VERSION right in the repo
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Plugin / History.pm
index 9d4bc84..c3e63c0 100644 (file)
@@ -2,6 +2,8 @@ use strict;
 use warnings;
 package Devel::REPL::Plugin::History;
 
+our $VERSION = '1.003027';
+
 use Devel::REPL::Plugin;
 use namespace::autoclean;