From ae0f711682a1ad5b80c10c70962decc46f32c85b Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Sat, 25 Jan 2020 18:09:18 +0000 Subject: [PATCH] release 2.044010 --- 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 4fdcfb73..e2dbbbb5 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,9 @@ +2.044010 - 2020-01-25 + + [BUG FIXES] + + * #696 complete implementation of #688 + 2.044009 - 2020-01-23 [ENHANCEMENTS] diff --git a/META.json b/META.json index db0c6e3f..0e506a28 100644 --- a/META.json +++ b/META.json @@ -124,7 +124,7 @@ "provides" : { "App::Netdisco" : { "file" : "lib/App/Netdisco.pm", - "version" : "2.044009" + "version" : "2.044010" }, "App::Netdisco::AnyEvent::Nbtstat" : { "file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm" @@ -827,6 +827,6 @@ "x_IRC" : "irc://irc.freenode.org/#netdisco", "x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users" }, - "version" : "2.044009", + "version" : "2.044010", "x_serialization_backend" : "JSON::PP version 2.97001" } diff --git a/META.yml b/META.yml index 430660d4..e1e1c80e 100644 --- a/META.yml +++ b/META.yml @@ -23,7 +23,7 @@ name: App-Netdisco provides: App::Netdisco: file: lib/App/Netdisco.pm - version: '2.044009' + version: '2.044010' App::Netdisco::AnyEvent::Nbtstat: file: lib/App/Netdisco/AnyEvent/Nbtstat.pm App::Netdisco::Backend::Job: @@ -569,5 +569,5 @@ resources: homepage: http://netdisco.org/ license: http://opensource.org/licenses/bsd-license.php repository: https://github.com/netdisco/netdisco -version: '2.044009' +version: '2.044010' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/lib/App/Netdisco.pm b/lib/App/Netdisco.pm index 00c7d7e3..3bc373ed 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.044009'; +our $VERSION = '2.044010'; use App::Netdisco::Configuration; =head1 NAME