diff --git a/lib/core/settings.py b/lib/core/settings.py index ed75ebd..7fd451e 100644 --- a/lib/core/settings.py +++ b/lib/core/settings.py @@ -22,7 +22,7 @@ except NameError: # clone link CLONE = "https://github.com/ekultek/zeus-scanner.git" # current version -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 diff --git a/var/auto_issue/github.py b/var/auto_issue/github.py index f8e7721..c9c8c7f 100644 --- a/var/auto_issue/github.py +++ b/var/auto_issue/github.py @@ -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),