From 9695d1e04101b496a1f5edc06f9ac5fc9bb969fc Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Wed, 25 Feb 2015 21:20:27 +0000 Subject: [PATCH] release 2.031009 --- Netdisco/META.yml | 2 +- Netdisco/lib/App/Netdisco.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Netdisco/META.yml b/Netdisco/META.yml index f388b4f9..cfcfff82 100644 --- a/Netdisco/META.yml +++ b/Netdisco/META.yml @@ -92,4 +92,4 @@ resources: homepage: http://netdisco.org/ license: http://opensource.org/licenses/bsd-license.php repository: git://git.code.sf.net/p/netdisco/netdisco-ng -version: 2.031008 +version: 2.031009 diff --git a/Netdisco/lib/App/Netdisco.pm b/Netdisco/lib/App/Netdisco.pm index aa5587b6..b336552e 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.031008'; +our $VERSION = '2.031009'; use App::Netdisco::Configuration; use Module::Find ();