Skip to content

Commit 7a13e49

Browse files
committed
Updated to v3.4
1 parent b28fe75 commit 7a13e49

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Version 3.4 (TBA)
1+
## Version 3.4 (2022-01-25)
22
* Fixed: Multiple bug-fixes regarding several reported unhandled exceptions.
33
* Fixed: Bug-fix regarding forcing usage of provided HTTP method (e.g. `PUT`).
44
* Fixed: Bug-fix regarding parsing raw HTTP headers from a file (i.e. `-r` option).

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
setup(
1919
name='commix',
20-
version='3.3',
20+
version='3.4',
2121
description='Automated All-in-One OS Command Injection Exploitation Tool',
2222
long_description=open('README.md').read(),
2323
long_description_content_type='text/markdown',

src/utils/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ def sys_argv_errors():
226226
AUTHOR = "Anastasios Stasinopoulos"
227227
VERSION_NUM = "3.4"
228228
REVISION = "66"
229-
STABLE_RELEASE = False
229+
STABLE_RELEASE = True
230230
if STABLE_RELEASE:
231231
VERSION = "v" + VERSION_NUM + "-stable"
232232
else:

0 commit comments

Comments
 (0)