Skip to content

Commit

Permalink
Release v3.9.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wixmix committed Apr 20, 2021
1 parent 8843460 commit 787314a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<p align="center">
<img src="https://user-images.githubusercontent.com/43549176/110254984-525fb200-7f70-11eb-84f0-9afdcab9725a.png" height="200" /><br/>
<a href="https://github.com/NESCAU-UFLA/FuzzingTool/releases/tag/v3.9.0">
<img src="https://img.shields.io/static/v1?label=Release&message=v3.9.0&color=darkred" />
<a href="https://github.com/NESCAU-UFLA/FuzzingTool/releases/tag/v3.9.1">
<img src="https://img.shields.io/static/v1?label=Release&message=v3.9.1&color=darkred" />
</a>
<img src="https://img.shields.io/static/v1?label=python&message=3.6%20|%203.7%20|%203.8&color=informational&logo=python" />
<a href="https://github.com/NESCAU-UFLA/FuzzingTool/blob/master/LICENSE.md">
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def read(fname):

setup(
name="FuzzingTool",
version="3.9.0",
version="3.9.1",
author="Vitor Oriel C N Borges",
author_email="[email protected]",
description=("Software for fuzzing, used on web application pentestings."),
Expand Down
2 changes: 1 addition & 1 deletion src/fuzzingtool/ApplicationManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
APP_VERSION = {
'MAJOR_VERSION': 3,
"MINOR_VERSION": 9,
"PATCH": 0
"PATCH": 1
}

def version():
Expand Down

0 comments on commit 787314a

Please sign in to comment.