bumped version number for new items

This commit is contained in:
ekultek 2017-11-07 11:57:14 -06:00
parent dfb39c8eb3
commit 826906487e

View file

@ -42,9 +42,9 @@ PATCH_ID = str(subprocess.check_output(["git", "rev-parse", "origin/master"]))[:
# clone link
CLONE = "https://github.com/ekultek/zeus-scanner.git"
# current version <major.minor.commit.patch ID>
VERSION = "1.1.19".format(PATCH_ID)
# current version <major.minor.commit.patch ID>
VERSION = "1.1.20".format(PATCH_ID)
# colors to output depending on the version
VERSION_TYPE_COLORS = {"dev": 33, "stable": 92, "other": 30}