From e276ecd8b259d3a8e5ef1092ada68de875d0a78e Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Thu, 9 Oct 2014 17:00:59 +0100 Subject: [PATCH] release 2.029012 --- 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 ee9cf07c..c46fc253 100644 --- a/Netdisco/META.yml +++ b/Netdisco/META.yml @@ -90,4 +90,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.029011' +version: '2.029012' diff --git a/Netdisco/lib/App/Netdisco.pm b/Netdisco/lib/App/Netdisco.pm index b071919b..38ae6be4 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.029011'; +our $VERSION = '2.029012'; use App::Netdisco::Configuration; use Module::Find ();