diff --git a/lib/core/settings.py b/lib/core/settings.py index d153aed..1c391b2 100644 --- a/lib/core/settings.py +++ b/lib/core/settings.py @@ -36,7 +36,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" +VERSION = "1.1.1" # colors to output depending on the version VERSION_TYPE_COLORS = {"dev": 33, "stable": 92, "other": 30} # version string formatting