diff --git a/jc/parsers/who.py b/jc/parsers/who.py index 753c53b9d..47ebb2278 100644 --- a/jc/parsers/who.py +++ b/jc/parsers/who.py @@ -136,7 +136,7 @@ class info(): """Provides parser metadata (version, author, etc.)""" - version = '1.7' + version = '1.8' description = '`who` command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com'