Skip to content

Commit

Permalink
Update bebop.py
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenUAS committed Feb 8, 2018
1 parent a84368b commit 857999e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw/tools/parrot/bebop.py
Expand Up @@ -40,7 +40,7 @@ def init_extra_parser(self):
# Parse the extra arguments
self.parser.add_argument('--min_version', metavar='MIN', default='3.3.0',
help='force minimum version allowed')
self.parser.add_argument('--max_version', metavar='MAX', default='4.0.6',
self.parser.add_argument('--max_version', metavar='MAX', default='4.4.0',
help='force maximum version allowed')

def parse_extra_args(self, args):
Expand Down

0 comments on commit 857999e

Please sign in to comment.