Skip to content

Commit 4d93712

Browse files
committed
As a matter of gratitude for sqlmapproject#3579
1 parent 1ed5926 commit 4d93712

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
@@ -764,6 +764,9 @@ ultramegaman, <seclists(at)ultramegaman.com>
764764
Vinicius, <viniciusmaxdaloop(at)gmail.com>
765765
* for reporting a minor bug
766766

767+
virusdefender
768+
* for contributing WAF scripts safeline.py
769+
767770
w8ay
768771
* for contributing an implementation for chunked transfer-encoding (switch --chunked)
769772

lib/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from lib.core.enums import OS
1818

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