Skip to content

Commit 07d6b18

Browse files
committed
cutting for 0.9 stable
1 parent 2f8ddd1 commit 07d6b18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from lib.core.revision import getRevisionNumber
1818

1919
# sqlmap version and site
20-
VERSION = "0.9-dev"
20+
VERSION = "0.9"
2121
REVISION = getRevisionNumber()
2222
VERSION_STRING = "sqlmap/%s" % VERSION
2323
DESCRIPTION = "automatic SQL injection and database takeover tool"

0 commit comments

Comments
 (0)