Skip to content

Commit

Permalink
Merge pull request from #9
Browse files Browse the repository at this point in the history
 fix: bad indentation leading to reference before assignment error #9
  • Loading branch information
rly0nheart authored Jan 22, 2023
1 parent d4b595d commit 3e18a33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions octosuite/banner.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# banner.py
# This file holds the program's banner and version tag
version_tag = "3.0.1"
version_tag = "3.0.4"


def banner():
Expand All @@ -16,7 +16,7 @@ def banner():
| |.----.| |_.-----.| __|.--.--.|__| |_.-----.
| - || __|| _| _ ||__ || | || | _| -__|
|_______||____||____|_____||_______||_____||__|____|_____|
v{version_tag}#dev
v{version_tag}
{white}— Advanced Github {red}OSINT{white} Framework
Expand Down

0 comments on commit 3e18a33

Please sign in to comment.