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

Skip to content

Commit 5a05271

Browse files
committed
Minor fix
1 parent b0465a6 commit 5a05271

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# sqlmap version and site
2121
VERSION = "1.0-dev"
2222
REVISION = getRevisionNumber()
23-
VERSION_STRING = "sqlmap/%s%s" % (VERSION, "-%s" % REVISION if REVISION else "-nongit-%s" % time.strftime("%Y%M%d", time.gmtime(os.path.getctime(__file__))))
23+
VERSION_STRING = "sqlmap/%s%s" % (VERSION, "-%s" % REVISION if REVISION else "-nongit-%s" % time.strftime("%Y%m%d", time.gmtime(os.path.getctime(__file__))))
2424
DESCRIPTION = "automatic SQL injection and database takeover tool"
2525
SITE = "http://sqlmap.org"
2626
ISSUES_PAGE = "https://github.com/sqlmapproject/sqlmap/issues/new"

0 commit comments

Comments
 (0)