From ee398fcae8589a9ae53aec1704a5b82e99d4c3c9 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Thu, 15 May 2014 16:54:40 +0100 Subject: [PATCH] release 2.027004 --- 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 59dd5595..79e6455c 100644 --- a/Netdisco/META.yml +++ b/Netdisco/META.yml @@ -78,4 +78,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.027003 +version: 2.027004 diff --git a/Netdisco/lib/App/Netdisco.pm b/Netdisco/lib/App/Netdisco.pm index cadd6505..b6d28d9b 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.027003'; +our $VERSION = '2.027004'; use App::Netdisco::Environment; use Dancer ':script';