From 45c02a3f3c148d7735e604f0388dbd010f3c18d6 Mon Sep 17 00:00:00 2001 From: Levon 'noptrix' Kayan Date: Tue, 10 Oct 2023 10:26:12 +0200 Subject: [PATCH] bump version. --- sploitctl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sploitctl.py b/sploitctl.py index 9fc67ac..5e02c9f 100755 --- a/sploitctl.py +++ b/sploitctl.py @@ -42,7 +42,7 @@ ORGANIZATION: str = "blackarch.org" LICENSE: str = "GPLv3" -VERSION: str = "3.0.3" # sploitctl.py version +VERSION: str = "3.0.4" # sploitctl.py version PROJECT: str = "sploitctl" exploit_path: str = os.getenv('SPLOIT_DIR') if os.getenv('SPLOIT_DIR') else "/usr/share/exploits" # default exploit base directory