Prepare point release v1.4.1 (#538)
This commit is contained in:
parent
2345bfa86d
commit
0aa69b527c
@ -2,6 +2,10 @@
|
|||||||
- master
|
- master
|
||||||
- New
|
- New
|
||||||
- Changed
|
- Changed
|
||||||
|
|
||||||
|
- v1.4.1
|
||||||
|
- New
|
||||||
|
- Changed
|
||||||
- Fixed a bug with recursion, introduced in the 1.4.0 release
|
- 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
|
- Recursion now works better with multiple wordlists, disabling unnecessary wordlists for queued jobs where needed
|
||||||
|
|
||||||
|
|||||||
@ -2,7 +2,7 @@ package ffuf
|
|||||||
|
|
||||||
var (
|
var (
|
||||||
//VERSION holds the current version number
|
//VERSION holds the current version number
|
||||||
VERSION = "1.4.0"
|
VERSION = "1.4.1"
|
||||||
//VERSION_APPENDIX holds additional version definition
|
//VERSION_APPENDIX holds additional version definition
|
||||||
VERSION_APPENDIX = "-dev"
|
VERSION_APPENDIX = "-dev"
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user