patch for an issue where the status code was in the wrong place issue #219

This commit is contained in:
ekultek 2017-12-02 11:24:12 -06:00
parent 151d44beff
commit f27aaf35da

View file

@ -46,7 +46,7 @@ CLONE = "https://github.com/ekultek/zeus-scanner.git"
ISSUE_LINK = "https://github.com/ekultek/zeus-scanner/issues"
# current version <major.minor.commit.patch ID>
VERSION = "1.3.15-pre".format(PATCH_ID)
VERSION = "1.3.16.{}".format(PATCH_ID)
# colors to output depending on the version
VERSION_TYPE_COLORS = {"dev": 33, "stable": 92, "other": 30}