bumped the version number for the new updates

This commit is contained in:
ekultek 2017-12-09 22:21:55 -06:00
parent 6e2e13a2c7
commit aab81e892e

View file

@ -45,7 +45,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.4.7".format(PATCH_ID)
VERSION = "1.4.8.{}".format(PATCH_ID)
# colors to output depending on the version
VERSION_TYPE_COLORS = {"dev": 33, "stable": 92, "other": 30}