From 70c6ea121e0d7cab3ff24513ff76d457a5c3537b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Wei=C3=9Fbach?= Date: Tue, 23 Jul 2024 08:45:14 +0200 Subject: [PATCH] Update version --- enum4linux-ng.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enum4linux-ng.py b/enum4linux-ng.py index 68e1b59..8de4043 100755 --- a/enum4linux-ng.py +++ b/enum4linux-ng.py @@ -317,7 +317,7 @@ KNOWN_USERNAMES = "administrator,guest,krbtgt,domain admins,root,bin,none" TIMEOUT = 5 -GLOBAL_VERSION = '1.3.3' +GLOBAL_VERSION = '1.3.4' GLOBAL_VERBOSE = False GLOBAL_COLORS = True GLOBAL_SAMBA_LEGACY = False