diff --git a/enum4linux-ng.py b/enum4linux-ng.py index 30d8d6e..847c886 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.2' +GLOBAL_VERSION = '1.3.3' GLOBAL_VERBOSE = False GLOBAL_COLORS = True GLOBAL_SAMBA_LEGACY = False diff --git a/setup.py b/setup.py index ec66a7f..89c8ea7 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name='enum4linux-ng', - version='1.3.2', + version='1.3.3', author='mw', description='A next generation version of enum4linux', long_description=long_description,