From 24afb16dec780f01e23c53d8161469ad0d57d44e Mon Sep 17 00:00:00 2001 From: stasinopoulos Date: Sun, 3 Jul 2022 10:19:55 +0300 Subject: [PATCH] Updated to v3.5 --- doc/CHANGELOG.md | 2 +- setup.py | 2 +- src/utils/settings.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 161a94c4ae..05c16ad5ac 100755 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,4 +1,4 @@ -## Version 3.5 (TBA) +## Version 3.5 (2022-07-03) * Fixed: Multiple bug-fixes regarding several reported unhandled exceptions. * Revised: Improvements regarding Windows-based payloads for every supported technique. * Revised: Improvement regarding alternative shell (i.e.`--alter-shell`) for generating Python 3x payloads. diff --git a/setup.py b/setup.py index d328f17c46..5ffe34c7e7 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( name='commix', - version='3.5-dev', + version='3.5', description='Automated All-in-One OS Command Injection Exploitation Tool', long_description=open('README.md').read(), long_description_content_type='text/markdown', diff --git a/src/utils/settings.py b/src/utils/settings.py index 8828c92d4c..0cc96984ff 100755 --- a/src/utils/settings.py +++ b/src/utils/settings.py @@ -242,7 +242,7 @@ def sys_argv_errors(): AUTHOR = "Anastasios Stasinopoulos" VERSION_NUM = "3.5" REVISION = "99" -STABLE_RELEASE = False +STABLE_RELEASE = True if STABLE_RELEASE: VERSION = "v" + VERSION_NUM + "-stable" else: