This commit is contained in:
Miroslav Stampar
2016-05-24 16:34:07 +02:00
parent 39fe96009f
commit 6f97f4796b
2 changed files with 20 additions and 19 deletions

View File

@@ -19,7 +19,7 @@ from lib.core.enums import OS
from lib.core.revision import getRevisionNumber
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
VERSION = "1.0.5.58"
VERSION = "1.0.5.59"
REVISION = getRevisionNumber()
STABLE = VERSION.count('.') <= 2
VERSION_STRING = "sqlmap/%s#%s" % (VERSION, "stable" if STABLE else "dev")