File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -486,6 +486,9 @@ Marek Sarvas, <marek.sarvas(at)gmail.com>
486486Philippe A. R. Schaeffer, <schaeff(at)compuphil.de>
487487* for reporting a minor bug
488488
489+ Henri Salo <henri(at)nerv.fi>
490+ * for a donation
491+
489492Mohd Zamiri Sanin, <zamiri.sanin(at)gmail.com>
490493* for reporting a minor bug
491494
Original file line number Diff line number Diff line change 1818from thirdparty .six import unichr as _unichr
1919
2020# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
21- VERSION = "1.4.5.24 "
21+ VERSION = "1.4.5.25 "
2222TYPE = "dev" if VERSION .count ('.' ) > 2 and VERSION .split ('.' )[- 1 ] != '0' else "stable"
2323TYPE_COLORS = {"dev" : 33 , "stable" : 90 , "pip" : 34 }
2424VERSION_STRING = "sqlmap/%s#%s" % ('.' .join (VERSION .split ('.' )[:- 1 ]) if VERSION .count ('.' ) > 2 and VERSION .split ('.' )[- 1 ] == '0' else VERSION , TYPE )
You can’t perform that action at this time.
0 commit comments