From 5c277d79445ca4984ca75fcbd623d4a02f933bfe Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Fri, 19 Oct 2018 21:35:50 +0100 Subject: [PATCH] release 2.039033 --- Changes | 6 ++++++ META.json | 4 ++-- META.yml | 4 ++-- lib/App/Netdisco.pm | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/Changes b/Changes index 50993ae7..d4efc08d 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,9 @@ +2.039033 - 2018-10-19 + + [BUG FIXES] + + * #446 fix typo in NodeVendor report - rflor + 2.039032 - 2018-10-19 [ENHANCEMENTS] diff --git a/META.json b/META.json index 73de88fb..21787b8a 100644 --- a/META.json +++ b/META.json @@ -110,7 +110,7 @@ "provides" : { "App::Netdisco" : { "file" : "lib/App/Netdisco.pm", - "version" : "2.039032" + "version" : "2.039033" }, "App::Netdisco::AnyEvent::Nbtstat" : { "file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm" @@ -789,6 +789,6 @@ "x_IRC" : "irc://irc.freenode.org/#netdisco", "x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users" }, - "version" : "2.039032", + "version" : "2.039033", "x_serialization_backend" : "JSON::PP version 2.97001" } diff --git a/META.yml b/META.yml index ee58e345..a0787865 100644 --- a/META.yml +++ b/META.yml @@ -19,7 +19,7 @@ name: App-Netdisco provides: App::Netdisco: file: lib/App/Netdisco.pm - version: '2.039032' + version: '2.039033' App::Netdisco::AnyEvent::Nbtstat: file: lib/App/Netdisco/AnyEvent/Nbtstat.pm App::Netdisco::Backend::Job: @@ -543,5 +543,5 @@ resources: homepage: http://netdisco.org/ license: http://opensource.org/licenses/bsd-license.php repository: https://github.com/netdisco/netdisco -version: '2.039032' +version: '2.039033' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/lib/App/Netdisco.pm b/lib/App/Netdisco.pm index 61e20d14..8fd841d5 100644 --- a/lib/App/Netdisco.pm +++ b/lib/App/Netdisco.pm @@ -4,7 +4,7 @@ use strict; use warnings; use 5.010_000; -our $VERSION = '2.039032'; +our $VERSION = '2.039033'; use App::Netdisco::Configuration; =head1 NAME