From: David Golden Date: Wed, 5 Jan 2011 11:50:45 +0000 (-0500) Subject: bump version to 1.008000 X-Git-Tag: 1.008004~20 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2Flocal-lib.git;a=commitdiff_plain;h=28d05eb7aeb73cfe4b21dcca8ee7b92db6ced834 bump version to 1.008000 --- diff --git a/lib/local/lib.pm b/lib/local/lib.pm index caa778c..8213a8f 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.007000'; # 1.7.0 +our $VERSION = '1.008000'; # 1.7.0 our @KNOWN_FLAGS = qw(--self-contained);