Skip to content

Commit

Permalink
release 2.076005
Browse files Browse the repository at this point in the history
  • Loading branch information
ollyg committed May 20, 2024
1 parent fdcbc54 commit fea2102
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
2.076005 - 2024-05-20

[ENHANCEMENTS]

* #1208 SSH macsuck for the NXOS platform
* pretty print the SNMP::Info version in statistics panel

[BUG FIXES]

* #1175 add thousands_separator setting to allow localised separator

2.076004 - 2024-05-03

[BUG FIXES]
Expand Down
4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
"provides" : {
"App::Netdisco" : {
"file" : "lib/App/Netdisco.pm",
"version" : "2.076004"
"version" : "2.076005"
},
"App::Netdisco::AnyEvent::Nbtstat" : {
"file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm"
Expand Down Expand Up @@ -975,6 +975,6 @@
"x_IRC" : "irc://irc.libera.chat/#netdisco",
"x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users"
},
"version" : "2.076004",
"version" : "2.076005",
"x_serialization_backend" : "JSON::PP version 4.16"
}
4 changes: 2 additions & 2 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ name: App-Netdisco
provides:
App::Netdisco:
file: lib/App/Netdisco.pm
version: '2.076004'
version: '2.076005'
App::Netdisco::AnyEvent::Nbtstat:
file: lib/App/Netdisco/AnyEvent/Nbtstat.pm
App::Netdisco::Backend::Job:
Expand Down Expand Up @@ -674,5 +674,5 @@ resources:
homepage: http://netdisco.org/
license: http://opensource.org/licenses/BSD-3-Clause
repository: https://github.com/netdisco/netdisco
version: '2.076004'
version: '2.076005'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
2 changes: 1 addition & 1 deletion lib/App/Netdisco.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;
use 5.010_000;

our $VERSION = '2.076004';
our $VERSION = '2.076005';
use App::Netdisco::Configuration;

=head1 NAME
Expand Down

0 comments on commit fea2102

Please sign in to comment.