From 56a5e8d3904602a1e4aa6441c33c1408e6c2ac7e Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Sun, 2 Nov 2008 20:12:50 +0000 Subject: [PATCH] Updated sqlmap packaging scripts, site and documentation, almost ready for sqlmap 0.6.2 --- 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 ed28b8497..45eca8a44 100644 --- a/lib/core/settings.py +++ b/lib/core/settings.py @@ -30,7 +30,7 @@ import sys # sqlmap version and site -VERSION = "0.6.1" +VERSION = "0.6.2" VERSION_STRING = "sqlmap/%s" % VERSION SITE = "http://sqlmap.sourceforge.net"