Skip to content

Commit 5d370f2

Browse files
committed
Update regarding the sqlmapproject#4243
1 parent 1296336 commit 5d370f2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

doc/THANKS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ Alessio Dalla Piazza, <alessio.dallapiazza(at)gmail.com>
112112
Sherif El-Deeb, <archeldeeb(at)gmail.com>
113113
* for reporting a minor bug
114114

115+
Thomas Etrillard, <thomas.etrillard(at)synacktiv.com>
116+
* for contributing the IBM DB2 error-based payloads (RAISE_ERROR)
117+
115118
Stefano Di Paola, <stefano.dipaola(at)wisec.it>
116119
* for suggesting good features
117120

lib/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from thirdparty.six import unichr as _unichr
1919

2020
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
21-
VERSION = "1.4.6.19"
21+
VERSION = "1.4.6.20"
2222
TYPE = "dev" if VERSION.count('.') > 2 and VERSION.split('.')[-1] != '0' else "stable"
2323
TYPE_COLORS = {"dev": 33, "stable": 90, "pip": 34}
2424
VERSION_STRING = "sqlmap/%s#%s" % ('.'.join(VERSION.split('.')[:-1]) if VERSION.count('.') > 2 and VERSION.split('.')[-1] == '0' else VERSION, TYPE)

0 commit comments

Comments
 (0)