mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-03-23 11:24:27 +03:00
added new dev version string
This commit is contained in:
parent
e20848c711
commit
08d14886fd
|
@ -17,7 +17,7 @@ from lib.core.enums import PLACE
|
||||||
from lib.core.revision import getRevisionNumber
|
from lib.core.revision import getRevisionNumber
|
||||||
|
|
||||||
# sqlmap version and site
|
# sqlmap version and site
|
||||||
VERSION = "0.9"
|
VERSION = "1.0-dev"
|
||||||
REVISION = getRevisionNumber()
|
REVISION = getRevisionNumber()
|
||||||
VERSION_STRING = "sqlmap/%s" % VERSION
|
VERSION_STRING = "sqlmap/%s" % VERSION
|
||||||
DESCRIPTION = "automatic SQL injection and database takeover tool"
|
DESCRIPTION = "automatic SQL injection and database takeover tool"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user