Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d20e9fe

Browse files
committed
Fixes #1770
1 parent d76ee8f commit d20e9fe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from lib.core.revision import getRevisionNumber
2121

2222
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
23-
VERSION = "1.0.3.3"
23+
VERSION = "1.0.3.4"
2424
REVISION = getRevisionNumber()
2525
STABLE = VERSION.count('.') <= 2
2626
VERSION_STRING = "sqlmap/%s#%s" % (VERSION, "stable" if STABLE else "dev")

thirdparty/colorama/ansitowin32.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from .winterm import WinTerm, WinColor, WinStyle
77
from .win32 import windll
88

9-
9+
winterm = None
1010
if windll is not None:
1111
winterm = WinTerm()
1212

0 commit comments

Comments
 (0)