mirror of
https://github.com/Ekultek/Zeus-Scanner.git
synced 2026-03-11 08:55:51 +00:00
updated the auto issue to provide the firefox browser version as well
This commit is contained in:
parent
ba5eb94284
commit
f3a5621d86
2 changed files with 2 additions and 2 deletions
|
|
@ -22,7 +22,7 @@ except NameError:
|
|||
# clone link
|
||||
CLONE = "https://github.com/ekultek/zeus-scanner.git"
|
||||
# current version <major.minor.commit.patch ID>
|
||||
VERSION = "1.0.47.dcf0"
|
||||
VERSION = "1.0.47.8f84"
|
||||
# colors to output depending on the version
|
||||
VERSION_TYPE_COLORS = {"dev": 33, "stable": 92, "other": 30}
|
||||
# version string formatting
|
||||
|
|
|
|||
|
|
@ -107,7 +107,7 @@ def request_issue_creation():
|
|||
"Commands used:\n`{}`\n\n"
|
||||
"Log file info:\n```{}```".format(
|
||||
lib.core.settings.VERSION,
|
||||
"",
|
||||
ff_version,
|
||||
str(stacktrace),
|
||||
str(platform.platform()),
|
||||
" ".join(sys.argv),
|
||||
|
|
|
|||
Loading…
Reference in a new issue