#48 Node Monitor supports matching on OUI

This commit is contained in:
Oliver Gorwits
2018-03-10 09:26:00 +00:00
parent acd4ea79e0
commit dd44877059
10 changed files with 37 additions and 12 deletions

View File

@@ -11,7 +11,7 @@ __PACKAGE__->load_namespaces(
);
our # try to hide from kwalitee
$VERSION = 49; # schema version used for upgrades, keep as integer
$VERSION = 50; # schema version used for upgrades, keep as integer
use Path::Class;
use File::ShareDir 'dist_dir';