Minor self fix, switched to rc6

This commit is contained in:
Bernardo Damele
2010-01-28 10:27:47 +00:00
parent f6b447f6e7
commit dcbbad642d
2 changed files with 4 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ import subprocess
import sys
# sqlmap version and site
VERSION = "0.8-rc5"
VERSION = "0.8-rc6"
VERSION_STRING = "sqlmap/%s" % VERSION
SITE = "http://sqlmap.sourceforge.net"