From 5b5af871264575e25587c04aa852dc642322c728 Mon Sep 17 00:00:00 2001 From: root-Manas Date: Tue, 6 Jan 2026 11:20:31 +0530 Subject: [PATCH] fix: Installer improvements and v2.4.1 - Fix Go tool name extraction (no more 'v2' display) - Skip x8 if cargo not installed (graceful fallback) - Add || true to bash commands to prevent failures - Clean up tmp dirs before cloning - Install cloud_enum to /opt for persistence --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 72f22d4..38a9baa 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ A CLI-based automated security reconnaissance and asset discovery tool """ -__version__ = "2.4.0" +__version__ = "2.4.1" __author__ = "root-Manas" __license__ = "MIT"