From 39d1ee9a3120e44818bad2a6f7d82df5a76b55e6 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Tue, 27 May 2014 10:44:51 +0100 Subject: [PATCH] release 2.027007 --- 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 6e5f5471..cffc0962 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.027006 +version: 2.027007 diff --git a/Netdisco/lib/App/Netdisco.pm b/Netdisco/lib/App/Netdisco.pm index ea728f27..c938ea3f 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.027006'; +our $VERSION = '2.027007'; use App::Netdisco::Environment; use Dancer ':script';