Skip to content

Commit 72fc0b2

Browse files
committed
2.1.5 version bump for recent changes.
1 parent 9a12e38 commit 72fc0b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wifite/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
class Configuration(object):
1010
''' Stores configuration variables and functions for Wifite. '''
11-
version = '2.1.4'
11+
version = '2.1.5'
1212

1313
initialized = False # Flag indicating config has been initialized
1414
temp_dir = None # Temporary directory

0 commit comments

Comments
 (0)