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