diff --git a/Changes b/Changes index 85dd7d4..eb14478 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Release history for RackMan +1.14 / 2012.12.02 / SAPER - cfengine-tags: Added option --output-path. - RackMan::Device's regular_mac_addrs() now only returns ports with a defined MAC address. diff --git a/lib/RackMan.pm b/lib/RackMan.pm index 7a9a14c..ee7492a 100644 --- a/lib/RackMan.pm +++ b/lib/RackMan.pm @@ -5,7 +5,7 @@ use Term::ANSIColor qw< :constants >; use namespace::autoclean; -our $VERSION = "1.13"; +our $VERSION = "1.14"; our $STATUS = 0; $::COMMAND ||= __PACKAGE__;