From 73bdc542fa83c0cbef5824ffd00bb2dcf376093a Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Wed, 22 Feb 2023 16:29:05 +0200 Subject: [PATCH] Update banner.py --- octosuite/banner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octosuite/banner.py b/octosuite/banner.py index 97991fd..da8bfb8 100644 --- a/octosuite/banner.py +++ b/octosuite/banner.py @@ -4,7 +4,7 @@ from octosuite.config import red, white, green, reset, Tree # banner.py # This file holds the program's banner and version tag -version_tag = "3.2.0" +version_tag = "3.1.1" def banner():