From d1adbcdc10a8e623c607380f030df60932569271 Mon Sep 17 00:00:00 2001 From: ekultek Date: Wed, 1 Nov 2017 10:08:22 -0500 Subject: [PATCH] forgot to bump the version number --- lib/core/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/settings.py b/lib/core/settings.py index 0641068..a9c518a 100644 --- a/lib/core/settings.py +++ b/lib/core/settings.py @@ -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 -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