forgot to bump the version number

This commit is contained in:
ekultek 2017-11-01 10:08:22 -05:00
parent b26d29108c
commit d1adbcdc10

View file

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