Minor update

This commit is contained in:
Miroslav Stampar
2016-02-29 00:52:46 +01:00
parent 71aa7deefe
commit b2bc3d49fd
9 changed files with 9 additions and 9 deletions

View File

@@ -20,7 +20,7 @@ from lib.core.enums import OS
from lib.core.revision import getRevisionNumber
# sqlmap version and site
VERSION = "1.0.0.6"
VERSION = "1.0.0.7"
REVISION = getRevisionNumber()
VERSION_STRING = "sqlmap/%s" % VERSION
DESCRIPTION = "automatic SQL injection and database takeover tool"