diff --git a/jc/parsers/ping.py b/jc/parsers/ping.py index 177b0958..86415bb6 100644 --- a/jc/parsers/ping.py +++ b/jc/parsers/ping.py @@ -167,7 +167,7 @@ import jc.utils class info(): """Provides parser metadata (version, author, etc.)""" - version = '1.9' + version = '1.10' description = '`ping` and `ping6` command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com'