mirror of
https://github.com/Ekultek/Zeus-Scanner.git
synced 2026-03-11 08:55:51 +00:00
bumped version number for new items
This commit is contained in:
parent
dfb39c8eb3
commit
826906487e
1 changed files with 2 additions and 2 deletions
|
|
@ -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 <major.minor.commit.patch ID>
|
||||
|
||||
VERSION = "1.1.19".format(PATCH_ID)
|
||||
# current version <major.minor.commit.patch ID>
|
||||
VERSION = "1.1.20".format(PATCH_ID)
|
||||
# colors to output depending on the version
|
||||
|
||||
VERSION_TYPE_COLORS = {"dev": 33, "stable": 92, "other": 30}
|
||||
|
|
|
|||
Loading…
Reference in a new issue