Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7f5bc5e

Browse files
committed
Increased version to 0.9-dev
1 parent 5063401 commit 7f5bc5e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

doc/THANKS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Giorgio Fedon <[email protected]>
7979
for reporting a bug when running against Microsoft SQL Server 2005
8080

8181
Kasper Fons <[email protected]>
82-
for reporting a bug
82+
for reporting a few bugs
8383

8484
Alan Franzoni <[email protected]>
8585
for helping me out with Python subprocess library

lib/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import sys
2828

2929
# sqlmap version and site
30-
VERSION = "0.8"
30+
VERSION = "0.9-dev"
3131
VERSION_STRING = "sqlmap/%s" % VERSION
3232
DESCRIPTION = "automatic SQL injection and database takeover tool"
3333
SITE = "http://sqlmap.sourceforge.net"

0 commit comments

Comments
 (0)