Prepare point release v1.4.1 (#538)

This commit is contained in:
Joona Hoikkala 2022-04-04 01:22:50 +03:00 committed by GitHub
parent 2345bfa86d
commit 0aa69b527c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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"
)