diff --git a/jc/parsers/ifconfig.py b/jc/parsers/ifconfig.py index 23d67fdc..5e3bd41c 100644 --- a/jc/parsers/ifconfig.py +++ b/jc/parsers/ifconfig.py @@ -219,7 +219,7 @@ import jc.utils class info(): """Provides parser metadata (version, author, etc.)""" - version = '2.4' + version = '2.5' description = '`ifconfig` command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com'