From 47e0b4c64a08a9a42bdb9bfc3a4b9a3ef1439836 Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Mon, 16 Jan 2023 21:02:30 +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 1573a92..4456643 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.0.0" +version_tag = "3.0.1" def banner():