Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f8ddd1 commit 07d6b18Copy full SHA for 07d6b18
lib/core/settings.py
@@ -17,7 +17,7 @@
17
from lib.core.revision import getRevisionNumber
18
19
# sqlmap version and site
20
-VERSION = "0.9-dev"
+VERSION = "0.9"
21
REVISION = getRevisionNumber()
22
VERSION_STRING = "sqlmap/%s" % VERSION
23
DESCRIPTION = "automatic SQL injection and database takeover tool"
0 commit comments