Skip to content

Commit 51496ff

Browse files
committed
release: tag v2.8.1
1 parent 5f718aa commit 51496ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![GitHub version](https://img.shields.io/badge/version-2.8.0-informational.svg)](#)
1+
[![GitHub version](https://img.shields.io/badge/version-2.8.1-informational.svg)](#)
22
[![GitHub issues](https://img.shields.io/github/issues/kimocoder/wifite2.svg)](https://github.com/kimocoder/wifite2/issues)
33
[![GitHub forks](https://img.shields.io/github/forks/kimocoder/wifite2.svg)](https://github.com/kimocoder/wifite2/network)
44
[![GitHub stars](https://img.shields.io/github/stars/kimocoder/wifite2.svg)](https://github.com/kimocoder/wifite2/stargazers)

wifite/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class Configuration(object):
1212

1313
initialized = False # Flag indicating config has been initialized
1414
verbose = 0
15-
version = '2.8.0'
15+
version = '2.8.1'
1616

1717
all_bands = None
1818
attack_max = None

0 commit comments

Comments
 (0)