Minor update

This commit is contained in:
Miroslav Stampar
2016-07-17 00:34:14 +02:00
parent c7f615f707
commit 3e22cbfed7
3 changed files with 424 additions and 424 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.7.33"
VERSION = "1.0.7.34"
REVISION = getRevisionNumber()
STABLE = VERSION.count('.') <= 2
VERSION_STRING = "sqlmap/%s#%s" % (VERSION, "stable" if STABLE else "dev")