From e4b7f0f8bd142a3ba37bd23d178fe801c677b6cc Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Wed, 18 Feb 2015 11:28:25 +0000 Subject: [PATCH] release 2.031007 --- Netdisco/lib/App/Netdisco.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Netdisco/lib/App/Netdisco.pm b/Netdisco/lib/App/Netdisco.pm index 0960ce53..d6bbd9eb 100644 --- a/Netdisco/lib/App/Netdisco.pm +++ b/Netdisco/lib/App/Netdisco.pm @@ -4,7 +4,7 @@ use strict; use warnings; use 5.010_000; -our $VERSION = '2.031006'; +our $VERSION = '2.031007'; use App::Netdisco::Configuration; use Module::Find ();