From 171bfa33a71ea2d0d09e32802aea260a17e5c053 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Mon, 4 Apr 2016 12:34:19 +0200 Subject: [PATCH] Automatic monthly tagging --- lib/core/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/settings.py b/lib/core/settings.py index 5004e4e6a..21bfca0cc 100644 --- a/lib/core/settings.py +++ b/lib/core/settings.py @@ -20,7 +20,7 @@ from lib.core.enums import OS from lib.core.revision import getRevisionNumber # sqlmap version (...) -VERSION = "1.0.3.12" +VERSION = "1.0.4.0" REVISION = getRevisionNumber() STABLE = VERSION.count('.') <= 2 VERSION_STRING = "sqlmap/%s#%s" % (VERSION, "stable" if STABLE else "dev")