Dummy commit

This commit is contained in:
Miroslav Stampar 2016-02-29 00:30:37 +01:00
parent 151dcee32e
commit 4898a2c332

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.3"
VERSION = "1.0.0.4"
REVISION = getRevisionNumber()
VERSION_STRING = "sqlmap/%s" % VERSION
DESCRIPTION = "automatic SQL injection and database takeover tool"