From 086da16b1743c16a5ccdd102f889fb31f99e3caa Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Mon, 15 Nov 2021 13:05:53 -0800 Subject: [PATCH] version bump --- jc/parsers/netstat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jc/parsers/netstat.py b/jc/parsers/netstat.py index f72709c4..a5db5120 100644 --- a/jc/parsers/netstat.py +++ b/jc/parsers/netstat.py @@ -354,7 +354,7 @@ import jc.utils class info(): """Provides parser metadata (version, author, etc.)""" - version = '1.10' + version = '1.11' description = '`netstat` command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com'