From 07d6b18c4eb00a6c2c5a2ad922756aa0dbd7433c Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Mon, 11 Apr 2011 00:24:51 +0000 Subject: [PATCH] cutting for 0.9 stable --- 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 14c1cf9f5..3451ca497 100644 --- a/lib/core/settings.py +++ b/lib/core/settings.py @@ -17,7 +17,7 @@ from lib.core.enums import PLACE from lib.core.revision import getRevisionNumber # sqlmap version and site -VERSION = "0.9-dev" +VERSION = "0.9" REVISION = getRevisionNumber() VERSION_STRING = "sqlmap/%s" % VERSION DESCRIPTION = "automatic SQL injection and database takeover tool"