From 7db93cfb984109c6406257e7376f6bc6507968b7 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Sun, 20 Apr 2014 23:48:54 +0100 Subject: [PATCH] release 2.026001_003 --- Netdisco/Changes | 2 +- Netdisco/META.yml | 2 +- Netdisco/lib/App/Netdisco.pm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Netdisco/Changes b/Netdisco/Changes index e241c67a..1f2d4d42 100644 --- a/Netdisco/Changes +++ b/Netdisco/Changes @@ -1,4 +1,4 @@ -2.026001_002 - +2.026001_003 - [ENHANCEMENTS] diff --git a/Netdisco/META.yml b/Netdisco/META.yml index cb111898..e43e5d35 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.026001_002 +version: 2.026001_003 diff --git a/Netdisco/lib/App/Netdisco.pm b/Netdisco/lib/App/Netdisco.pm index 9344a3cf..4d298a4b 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.026001_002'; +our $VERSION = '2.026001_003'; use App::Netdisco::Environment; use Dancer ':script';