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

Skip to content

Commit 151dcee

Browse files
committed
Minor update
1 parent 73f1155 commit 151dcee

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

lib/core/settings.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@
2020
from lib.core.revision import getRevisionNumber
2121

2222
# sqlmap version and site
23-
VERSION = "1.0.0"
23+
VERSION = "1.0.0.3"
2424
REVISION = getRevisionNumber()
25-
COMMIT_AUTOINCREMENT = 2
26-
VERSION_STRING = "sqlmap/%s.%d" % (VERSION, COMMIT_AUTOINCREMENT)
25+
VERSION_STRING = "sqlmap/%s" % VERSION
2726
DESCRIPTION = "automatic SQL injection and database takeover tool"
2827
SITE = "http://sqlmap.org"
2928
ISSUES_PAGE = "https://github.com/sqlmapproject/sqlmap/issues/new"

0 commit comments

Comments
 (0)