diff --git a/Netdisco/Changes b/Netdisco/Changes index 9a850f54..fd7bdc00 100644 --- a/Netdisco/Changes +++ b/Netdisco/Changes @@ -1,4 +1,4 @@ -2.028002 +2.028002_001 - 2014-07-13 [NEW FEATURES] diff --git a/Netdisco/MANIFEST b/Netdisco/MANIFEST index ee1dab17..910fa460 100644 --- a/Netdisco/MANIFEST +++ b/Netdisco/MANIFEST @@ -151,6 +151,7 @@ lib/App/Netdisco/Manual/WritingPlugins.pod lib/App/Netdisco/Util/Device.pm lib/App/Netdisco/Util/DNS.pm lib/App/Netdisco/Util/ExpandParams.pm +lib/App/Netdisco/Util/Graph.pm lib/App/Netdisco/Util/Node.pm lib/App/Netdisco/Util/Noop.pm lib/App/Netdisco/Util/Permission.pm diff --git a/Netdisco/META.yml b/Netdisco/META.yml index f2976065..26f5b14c 100644 --- a/Netdisco/META.yml +++ b/Netdisco/META.yml @@ -81,4 +81,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.028001 +version: 2.028002_001 diff --git a/Netdisco/lib/App/Netdisco.pm b/Netdisco/lib/App/Netdisco.pm index 5535e512..30816f83 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.028001'; +our $VERSION = '2.028002_001'; use App::Netdisco::Configuration; =head1 NAME