Skip to content

Commit 788dcbf

Browse files
committed
Update of THANKS file
1 parent a851dc4 commit 788dcbf

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
@@ -486,6 +486,9 @@ Marek Sarvas, <marek.sarvas(at)gmail.com>
486486
Philippe 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+
489492
Mohd Zamiri Sanin, <zamiri.sanin(at)gmail.com>
490493
* for reporting a minor bug
491494

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.5.24"
21+
VERSION = "1.4.5.25"
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)