release 2.049011

This commit is contained in:
Oliver Gorwits
2021-10-12 08:40:49 +01:00
parent 5f095faa46
commit 15b05b56cc
4 changed files with 11 additions and 5 deletions

View File

@@ -1,3 +1,9 @@
2.049011 - 2021-10-12
[BUG FIXES]
* fix dns_opt in docker-compose.yml
2.049010 - 2021-10-11
[ENHANCEMENTS]

View File

@@ -130,7 +130,7 @@
"provides" : {
"App::Netdisco" : {
"file" : "lib/App/Netdisco.pm",
"version" : "2.049010"
"version" : "2.049011"
},
"App::Netdisco::AnyEvent::Nbtstat" : {
"file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm"
@@ -863,6 +863,6 @@
"x_IRC" : "irc://irc.libera.chat/#netdisco",
"x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users"
},
"version" : "2.049010",
"version" : "2.049011",
"x_serialization_backend" : "JSON::PP version 4.06"
}

View File

@@ -23,7 +23,7 @@ name: App-Netdisco
provides:
App::Netdisco:
file: lib/App/Netdisco.pm
version: '2.049010'
version: '2.049011'
App::Netdisco::AnyEvent::Nbtstat:
file: lib/App/Netdisco/AnyEvent/Nbtstat.pm
App::Netdisco::Backend::Job:
@@ -595,5 +595,5 @@ resources:
homepage: http://netdisco.org/
license: http://opensource.org/licenses/bsd-license.php
repository: https://github.com/netdisco/netdisco
version: '2.049010'
version: '2.049011'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'

View File

@@ -4,7 +4,7 @@ use strict;
use warnings;
use 5.010_000;
our $VERSION = '2.049010';
our $VERSION = '2.049011';
use App::Netdisco::Configuration;
=head1 NAME