mirror of
https://github.com/ffuf/ffuf
synced 2024-11-10 06:04:17 +00:00
Prepare point release v1.4.1 (#538)
This commit is contained in:
parent
2345bfa86d
commit
0aa69b527c
2 changed files with 5 additions and 1 deletions
|
@ -2,6 +2,10 @@
|
|||
- master
|
||||
- New
|
||||
- Changed
|
||||
|
||||
- v1.4.1
|
||||
- New
|
||||
- Changed
|
||||
- Fixed a bug with recursion, introduced in the 1.4.0 release
|
||||
- Recursion now works better with multiple wordlists, disabling unnecessary wordlists for queued jobs where needed
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ package ffuf
|
|||
|
||||
var (
|
||||
//VERSION holds the current version number
|
||||
VERSION = "1.4.0"
|
||||
VERSION = "1.4.1"
|
||||
//VERSION_APPENDIX holds additional version definition
|
||||
VERSION_APPENDIX = "-dev"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue