Skip to content

Commit 82e28e0

Browse files
committed
Another year bump
1 parent 31fe345 commit 82e28e0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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.12.40"
21+
VERSION = "1.4.12.41"
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)

thirdparty/identywaf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22
#
3-
# Copyright (c) 2019-2020 Miroslav Stampar (@stamparm), MIT
3+
# Copyright (c) 2019-2021 Miroslav Stampar (@stamparm), MIT
44
# See the file 'LICENSE' for copying permission
55

66
# The above copyright notice and this permission notice shall be included in

thirdparty/identywaf/data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"__copyright__": "Copyright (c) 2019-2020 Miroslav Stampar (@stamparm), MIT. See the file 'LICENSE' for copying permission",
2+
"__copyright__": "Copyright (c) 2019-2021 Miroslav Stampar (@stamparm), MIT. See the file 'LICENSE' for copying permission",
33
"__notice__": "The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software",
44

55
"payloads": [

thirdparty/identywaf/identYwaf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2019-2020 Miroslav Stampar (@stamparm), MIT
4+
Copyright (c) 2019-2021 Miroslav Stampar (@stamparm), MIT
55
See the file 'LICENSE' for copying permission
66
77
The above copyright notice and this permission notice shall be included in

0 commit comments

Comments
 (0)