From d7f0b3566d23b5d07e2e614bc7b91abe11f1c145 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Mon, 2 May 2016 10:06:30 +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 7f87b4649..c2d8a24d2 100644 --- a/lib/core/settings.py +++ b/lib/core/settings.py @@ -19,7 +19,7 @@ from lib.core.enums import OS from lib.core.revision import getRevisionNumber # sqlmap version (...) -VERSION = "1.0.4.25" +VERSION = "1.0.5.0" REVISION = getRevisionNumber() STABLE = VERSION.count('.') <= 2 VERSION_STRING = "sqlmap/%s#%s" % (VERSION, "stable" if STABLE else "dev")