diff --git a/routersploit/interpreter.py b/routersploit/interpreter.py index 1b5906e1c..7662a9934 100644 --- a/routersploit/interpreter.py +++ b/routersploit/interpreter.py @@ -233,7 +233,7 @@ def __init__(self): Embedded Devices Codename : I Knew You Were Trouble - Version : 3.3.0 + Version : 3.4.0 Homepage : https://www.threat9.com - @threatnine Join Slack : https://www.threat9.com/slack diff --git a/setup.py b/setup.py index d17b82d37..6e6977bf6 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="routersploit", - version="3.3.0", + version="3.4.0", description="Exploitation Framework for Embedded Devices", long_description=long_description, author="Threat9",