From 7a13e49e65926b47d87f983585009a777bfd337a Mon Sep 17 00:00:00 2001 From: stasinopoulos Date: Fri, 25 Feb 2022 09:21:44 +0200 Subject: [PATCH] Updated to v3.4 --- 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 5a1aaab4c5..9cd2a7d8aa 100755 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,4 +1,4 @@ -## Version 3.4 (TBA) +## Version 3.4 (2022-01-25) * Fixed: Multiple bug-fixes regarding several reported unhandled exceptions. * Fixed: Bug-fix regarding forcing usage of provided HTTP method (e.g. `PUT`). * Fixed: Bug-fix regarding parsing raw HTTP headers from a file (i.e. `-r` option). diff --git a/setup.py b/setup.py index a13aa90fcb..049b89c5d6 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( name='commix', - version='3.3', + version='3.4', 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 a0da4858e9..7f0c2a2817 100755 --- a/src/utils/settings.py +++ b/src/utils/settings.py @@ -226,7 +226,7 @@ def sys_argv_errors(): AUTHOR = "Anastasios Stasinopoulos" VERSION_NUM = "3.4" REVISION = "66" -STABLE_RELEASE = False +STABLE_RELEASE = True if STABLE_RELEASE: VERSION = "v" + VERSION_NUM + "-stable" else: