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 73f1155 commit 151dceeCopy full SHA for 151dcee
1 file changed
lib/core/settings.py
@@ -20,10 +20,9 @@
20
from lib.core.revision import getRevisionNumber
21
22
# sqlmap version and site
23
-VERSION = "1.0.0"
+VERSION = "1.0.0.3"
24
REVISION = getRevisionNumber()
25
-COMMIT_AUTOINCREMENT = 2
26
-VERSION_STRING = "sqlmap/%s.%d" % (VERSION, COMMIT_AUTOINCREMENT)
+VERSION_STRING = "sqlmap/%s" % VERSION
27
DESCRIPTION = "automatic SQL injection and database takeover tool"
28
SITE = "http://sqlmap.org"
29
ISSUES_PAGE = "https://github.com/sqlmapproject/sqlmap/issues/new"
0 commit comments