Skip to content

Commit aabfcbc

Browse files
committed
Minor update
1 parent d42174e commit aabfcbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/core/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from thirdparty.six import unichr as _unichr
2121

2222
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
23-
VERSION = "1.7.2.18"
23+
VERSION = "1.7.2.19"
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)
@@ -702,7 +702,7 @@
702702
FORCE_COOKIE_EXPIRATION_TIME = "9999999999"
703703

704704
# Github OAuth token used for creating an automatic Issue for unhandled exceptions
705-
GITHUB_REPORT_OAUTH_TOKEN = "Z2hwX2FOMDdpUWx0NDg0ak85QW4yU1pSQjhtazhBaVVlRzNaMUxmMA"
705+
GITHUB_REPORT_OAUTH_TOKEN = "Z2hwXzJEdUdKQXVyNms3c2J2em0weXNFYlVrZ2hxczE1eDBRQnA2Vg"
706706

707707
# Skip unforced HashDB flush requests below the threshold number of cached items
708708
HASHDB_FLUSH_THRESHOLD = 32

0 commit comments

Comments
 (0)