From 826906487e5bc50be6add705b11420dbaede39a4 Mon Sep 17 00:00:00 2001 From: ekultek Date: Tue, 7 Nov 2017 11:57:14 -0600 Subject: [PATCH] bumped version number for new items --- lib/core/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/core/settings.py b/lib/core/settings.py index 118f835..5db0602 100644 --- a/lib/core/settings.py +++ b/lib/core/settings.py @@ -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 -VERSION = "1.1.19".format(PATCH_ID) +# current version +VERSION = "1.1.20".format(PATCH_ID) # colors to output depending on the version VERSION_TYPE_COLORS = {"dev": 33, "stable": 92, "other": 30}