From 810eeba72412f8f77e4dfd2fa5e42b5ef198e74d Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Mon, 30 Mar 2026 10:50:56 -0700 Subject: [PATCH] version bump --- jc/parsers/ifconfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'