From c9756cb35b296db0512187707b2b976574d37b77 Mon Sep 17 00:00:00 2001 From: ekultek Date: Tue, 14 Nov 2017 19:40:46 -0600 Subject: [PATCH] bumped the version number for the new updates --- 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 207af0f..a89a4d1 100644 --- a/lib/core/settings.py +++ b/lib/core/settings.py @@ -55,7 +55,7 @@ CLONE = "https://github.com/ekultek/zeus-scanner.git" ISSUE_LINK = "https://github.com/ekultek/zeus-scanner/issues" # current version -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}