Skip to content

Commit

Permalink
Updated to 1.6 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
stasinopoulos committed Dec 28, 2016
1 parent 295f2b8 commit 4bc05b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![Logo](https://camo.githubusercontent.com/41258687d868cf76951a37f6be7961c4c862dfb3/687474703a2f2f692e696d6775722e636f6d2f6c4b6762336c712e706e67)](http://commixproject.com)

[![Build Status](https://api.travis-ci.org/commixproject/commix.svg?branch=master)](https://api.travis-ci.org/commixproject/commix)
[![Version 1.5](https://img.shields.io/badge/Version-1.5-green.svg)](https://github.com/commixproject/commix/releases/tag/v1.5-20161117)
[![Version 1.6](https://img.shields.io/badge/Version-1.6-green.svg)](https://github.com/commixproject/commix/releases/tag/v1.6-20161228)
[![Python 2.6-2.7](https://img.shields.io/badge/Python-2.6--2.7-yellow.svg)](http://www.python.org/download/)
[![GPLv3 License](https://img.shields.io/badge/License-GPLv3-red.svg)](https://github.com/commixproject/commix/blob/master/readme/COPYING)
[![Twitter](https://img.shields.io/badge/Twitter-@commixproject-blue.svg)](http://www.twitter.com/commixproject)
Expand Down
2 changes: 1 addition & 1 deletion readme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Version 1.6 (upcoming)
## Version 1.6 (2016-12-28)
* Fixed: Improvement regarding json-formated POST data, where whitespace before (and/or after) the ":" exists.
* Fixed: Minor fix regarding empty value(s) in provided parameter(s).
* Added: New option "--batch" that never asking for user input (using the default behaviour).
Expand Down
2 changes: 1 addition & 1 deletion src/utils/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def print_question_msg(question_msg):
DESCRIPTION = "The command injection exploiter"
AUTHOR = "Anastasios Stasinopoulos"
VERSION_NUM = "1.6.23"
STABLE_VERSION = False
STABLE_VERSION = True
if STABLE_VERSION:
VERSION = "v" + VERSION_NUM[:3] + "-stable"
else:
Expand Down

0 comments on commit 4bc05b4

Please sign in to comment.