Skip to content

Commit 081fb55

Browse files
cddmpcddmp
authored andcommitted
Bump version
1 parent 54b18ab commit 081fb55

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

enum4linux-ng.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@
318318
KNOWN_USERNAMES = "administrator,guest,krbtgt,domain admins,root,bin,none"
319319
TIMEOUT = 10
320320

321-
GLOBAL_VERSION = '1.3.8'
321+
GLOBAL_VERSION = '1.3.9'
322322
GLOBAL_VERBOSE = False
323323
GLOBAL_COLORS = True
324324
GLOBAL_SAMBA_LEGACY = False

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name='enum4linux-ng',
15-
version='1.3.8',
15+
version='1.3.9',
1616
author='mw',
1717
description='A next generation version of enum4linux',
1818
long_description=long_description,

0 commit comments

Comments
 (0)