From 9900109a250ef0498abc103d1dda6eb7e12571ac Mon Sep 17 00:00:00 2001 From: ekultek Date: Mon, 11 Sep 2017 09:46:03 -0500 Subject: [PATCH] bumped version number --- lib/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/settings.py b/lib/settings.py index 5e130be..d3e4400 100644 --- a/lib/settings.py +++ b/lib/settings.py @@ -17,7 +17,7 @@ import bin.unzip_gecko # clone link CLONE = "https://github.com/ekultek/zeus-scanner.git" # current version -VERSION = "1.0.7.d41" +VERSION = "1.0.8" # colors to output depending on the version VERSION_TYPE_COLORS = {"dev": 33, "stable": 92, "other": 30} # version string formatting