Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 171bfa3 commit 60ada89Copy full SHA for 60ada89
1 file changed
lib/core/settings.py
@@ -20,7 +20,7 @@
20
from lib.core.revision import getRevisionNumber
21
22
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
23
-VERSION = "1.0.4.0"
+VERSION = "1.0.3.12"
24
REVISION = getRevisionNumber()
25
STABLE = VERSION.count('.') <= 2
26
VERSION_STRING = "sqlmap/%s#%s" % (VERSION, "stable" if STABLE else "dev")
0 commit comments