From: Chris Nehren Date: Wed, 17 Nov 2010 07:15:37 +0000 (-0500) Subject: and bump the version X-Git-Tag: 1.006009~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=efe8889a0a012a66577cdd41f7ef79a5747dd88d;p=p5sagit%2Flocal-lib.git and bump the version --- diff --git a/lib/local/lib.pm b/lib/local/lib.pm index 545098e..7586070 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.006007'; # 1.6.7 +our $VERSION = '1.006008'; # 1.6.8 our @KNOWN_FLAGS = qw(--self-contained);