From: Chris Nehren <apeiron@cpan.org>
Date: Fri, 10 Dec 2010 03:29:29 +0000 (-0500)
Subject: and bump the lib version itself
X-Git-Tag: 1.008004~26
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f174527120eb6638c937c8fc2bcdfa6648e0bca1;p=p5sagit%2Flocal-lib.git

and bump the lib version itself
---

diff --git a/lib/local/lib.pm b/lib/local/lib.pm
index 96e5a1c..27f0415 100644
--- a/lib/local/lib.pm
+++ b/lib/local/lib.pm
@@ -11,7 +11,7 @@ use File::Path ();
 use Carp ();
 use Config;
 
-our $VERSION = '1.006009'; # 1.6.9
+our $VERSION = '1.007000'; # 1.7.0
 
 our @KNOWN_FLAGS = qw(--self-contained);