From 996a872e5198e5ee556bb8643c7874fb1d6e5e9e Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Sat, 20 Dec 2008 13:23:26 +0000 Subject: [PATCH] We are already on sqlmap 0.6.4 release candidate 1.. --- 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 c8f3dac87..a57f08f8b 100644 --- a/lib/core/settings.py +++ b/lib/core/settings.py @@ -30,7 +30,7 @@ import sys # sqlmap version and site -VERSION = "0.6.3" +VERSION = "0.6.4-rc1" VERSION_STRING = "sqlmap/%s" % VERSION SITE = "http://sqlmap.sourceforge.net"