Skip to content

Commit

Permalink
Update version to 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aancw committed Apr 30, 2021
1 parent 3b28d95 commit 62b4721
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ optional arguments:
download workers [default: 10]
-u USERAGENT, --useragent USERAGENT
fetch user agent [default: wordlistctl/v0.8.9]
fetch user agent [default: wordlistctl/v0.9.x]
-b BASEDIR, --base-dir BASEDIR
wordlists base directory [default: /usr/share/wordlists]
Expand Down Expand Up @@ -94,7 +94,7 @@ fetch options:
download workers [default: 10]
-u USERAGENT, --useragent USERAGENT
parser user agent [default: wordlistctl/v0.9.1]
parser user agent [default: wordlistctl/v0.9.x]
```

### List Options
Expand Down Expand Up @@ -124,7 +124,7 @@ fetch options:
download workers [default: 10]
-u USERAGENT, --useragent USERAGENT
parser user agent [default: wordlistctl/v0.9.1]
parser user agent [default: wordlistctl/v0.9.x]
```

## Get Involved
Expand Down
2 changes: 1 addition & 1 deletion wordlistctl.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
# Internal Variables
__organization__: str = "blackarch.org"
__license__: str = "GPLv3"
__version__: str = "v0.9.1"
__version__: str = "v0.9.2"
__project__: str = "wordlistctl"
__description__: str = "Fetch, install and search wordlist archives from websites."

Expand Down

0 comments on commit 62b4721

Please sign in to comment.