updated the auto issue to provide the firefox browser version as well

This commit is contained in:
ekultek 2017-10-14 09:26:33 -05:00
parent ba5eb94284
commit f3a5621d86
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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),