From 36479729d5fccc53ddaca18c892d4aa0ec9d220d Mon Sep 17 00:00:00 2001 From: root-Manas Date: Tue, 6 Jan 2026 11:06:51 +0530 Subject: [PATCH] chore: Bump version to 2.4.0 --- macaron | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"