Skip to content

Commit

Permalink
Update settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
stasinopoulos committed Jun 26, 2020
1 parent 0305c72 commit 268cabd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def sys_argv_errors():
DESCRIPTION = "The command injection exploiter"
AUTHOR = "Anastasios Stasinopoulos"
VERSION_NUM = "3.1.62"
STABLE_VERSION = False
STABLE_VERSION = True
if STABLE_VERSION:
VERSION = "v" + VERSION_NUM[:3] + "-stable"
else:
Expand Down

0 comments on commit 268cabd

Please sign in to comment.