diff --git a/README.md b/README.md index a2bb6c31..6925fb67 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@
-
-
+
+
diff --git a/setup.py b/setup.py
index ba0d144e..aa3ab98b 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@ def read(fname):
setup(
name="FuzzingTool",
- version="3.8.1",
+ version="3.9.0",
author="Vitor Oriel C N Borges",
author_email="vitorwixmix@gmail.com",
description=("Software for fuzzing, used on web application pentestings."),
diff --git a/src/fuzzingtool/ApplicationManager.py b/src/fuzzingtool/ApplicationManager.py
index 2881c22f..634c8214 100644
--- a/src/fuzzingtool/ApplicationManager.py
+++ b/src/fuzzingtool/ApplicationManager.py
@@ -27,8 +27,8 @@
APP_VERSION = {
'MAJOR_VERSION': 3,
- "MINOR_VERSION": 8,
- "PATCH": 1
+ "MINOR_VERSION": 9,
+ "PATCH": 0
}
def version():