mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-06-25 02:55:52 +00:00
Minor beautification
This commit is contained in:
parent
cf5ae507c8
commit
71aa7deefe
9 changed files with 17 additions and 17 deletions
|
|
@ -20,7 +20,7 @@ from lib.core.enums import OS
|
|||
from lib.core.revision import getRevisionNumber
|
||||
|
||||
# sqlmap version and site
|
||||
VERSION = "1.0.0.5"
|
||||
VERSION = "1.0.0.6"
|
||||
REVISION = getRevisionNumber()
|
||||
VERSION_STRING = "sqlmap/%s" % VERSION
|
||||
DESCRIPTION = "automatic SQL injection and database takeover tool"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue