Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion wifite.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ class RunConfiguration:
"""

def __init__(self):
self.REVISION = 87;
self.REVISION = 88;
self.PRINTED_SCANNING = False

self.TX_POWER = 0 # Transmit power for wireless interface, 0 uses default power
Expand Down