bumped the version number for the new updates

This commit is contained in:
ekultek 2017-11-14 19:40:46 -06:00
parent 6f6663b453
commit c9756cb35b

View file

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