Skip to content

Commit c7eb1eb

Browse files
committed
Updated to 1.8 stable
1 parent d51e90b commit c7eb1eb

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[![Logo](https://camo.githubusercontent.com/41258687d868cf76951a37f6be7961c4c862dfb3/687474703a2f2f692e696d6775722e636f6d2f6c4b6762336c712e706e67)](http://commixproject.com)
22

33
[![Build Status](https://api.travis-ci.org/commixproject/commix.svg?branch=master)](https://api.travis-ci.org/commixproject/commix)
4-
[![Version 1.7](https://img.shields.io/badge/Version-1.7-green.svg)](https://github.com/commixproject/commix/releases/tag/v1.7-20170203)
4+
[![Version 1.8](https://img.shields.io/badge/Version-1.8-green.svg)](https://github.com/commixproject/commix/releases/tag/v1.8-20170315
5+
)
56
[![Python 2.6-2.7](https://img.shields.io/badge/Python-2.6--2.7-yellow.svg)](http://www.python.org/download/)
67
[![GPLv3 License](https://img.shields.io/badge/License-GPLv3-red.svg)](https://github.com/commixproject/commix/blob/master/readme/COPYING)
78
[![Twitter](https://img.shields.io/badge/[email protected])](http://www.twitter.com/commixproject)

readme/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Version 1.8 (upcoming)
1+
## Version 1.8 (2017-03-15)
22
* Added: New feauture for installing Unicorn tool (if not installed on host).
33
* Removed: The pre-installed version of Unicorn tool has been removed.
44
* Added: New feauture for checking and updating current version of Unicorn tool.

src/utils/settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def print_question_msg(question_msg):
107107
DESCRIPTION = "The command injection exploiter"
108108
AUTHOR = "Anastasios Stasinopoulos"
109109
VERSION_NUM = "1.8.23"
110-
STABLE_VERSION = False
110+
STABLE_VERSION = True
111111
if STABLE_VERSION:
112112
VERSION = "v" + VERSION_NUM[:3] + "-stable"
113113
else:

0 commit comments

Comments
 (0)