Skip to content

Commit 2aacb53

Browse files
committed
Updated to v3.6
1 parent badf44a commit 2aacb53

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.6 (TBA)
1+
## Version 3.6 (2022-11-18)
22
* Fixed: Multiple bug-fixes regarding several reported unhandled exceptions.
33
* Revised: Improvements regarding dynamic code evaluation heuristic check.
44
* Revised: Minor improvement regarding session handler.

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.6-dev',
20+
version='3.6',
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
@@ -242,7 +242,7 @@ def sys_argv_errors():
242242
AUTHOR = "Anastasios Stasinopoulos"
243243
VERSION_NUM = "3.6"
244244
REVISION = "35"
245-
STABLE_RELEASE = False
245+
STABLE_RELEASE = True
246246
VERSION = "v"
247247
if STABLE_RELEASE:
248248
VERSION = VERSION + VERSION_NUM + "-stable"

0 commit comments

Comments
 (0)