]> git.imager.perl.org - imager.git/commitdiff
bump $Imager::Probe::VERSION
authorTony Cook <tony@develop-help.com>
Fri, 27 Mar 2020 08:47:03 +0000 (19:47 +1100)
committerTony Cook <tony@develop-help.com>
Sun, 17 May 2020 01:45:10 +0000 (11:45 +1000)
lib/Imager/Probe.pm

index 3c0c93ab7ffcb8f0814c8fca7c04947e45ab0af0..ff4c33ed137f9c6259b96de6111b255c89e64857 100644 (file)
@@ -4,7 +4,7 @@ use File::Spec;
 use Config;
 use Cwd ();
 
-our $VERSION = "1.006";
+our $VERSION = "1.007";
 
 my @alt_transfer = qw/altname incsuffix libbase/;