Skip to content

Commit 2aafdc0

Browse files
committed
Update of THANKS.md
1 parent 3784f8b commit 2aafdc0

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

doc/THANKS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -623,6 +623,9 @@ Thierry Zoller, <thierry(at)zoller.lu>
623623
Zhen Zhou, <zhouzhenster(at)gmail.com>
624624
* for suggesting a feature
625625

626+
Zakaria Zoulati, <https://github.com/zakaria-zoulati>
627+
* for contributing SAP HANA support
628+
626629
-insane-, <insane_(at)gmx.de>
627630
* for reporting a minor bug
628631

lib/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from thirdparty import six
2121

2222
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
23-
VERSION = "1.10.7.60"
23+
VERSION = "1.10.7.61"
2424
TYPE = "dev" if VERSION.count('.') > 2 and VERSION.split('.')[-1] != '0' else "stable"
2525
TYPE_COLORS = {"dev": 33, "stable": 90, "pip": 34}
2626
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)