diff --git a/macaron b/macaron index 886754d..d852e07 100644 --- a/macaron +++ b/macaron @@ -49,7 +49,7 @@ except ImportError: # ============== CONSTANTS ============== -VERSION = "2.3.0" +VERSION = "2.4.0" BANNER = """[bold cyan] ███╗ ███╗ █████╗ ██████╗ █████╗ ██████╗ ██████╗ ███╗ ██╗ ████╗ ████║██╔══██╗██╔════╝██╔══██╗██╔══██╗██╔═══██╗████╗ ██║ diff --git a/setup.py b/setup.py index 3ba0aa4..72f22d4 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ A CLI-based automated security reconnaissance and asset discovery tool """ -__version__ = "2.3.0" +__version__ = "2.4.0" __author__ = "root-Manas" __license__ = "MIT"