mirror of
https://github.com/ffuf/ffuf
synced 2024-11-10 06:04:17 +00:00
Release 0.9 (#27)
This commit is contained in:
parent
5cae980767
commit
4ba34331ae
2 changed files with 2 additions and 2 deletions
|
@ -134,7 +134,7 @@ The only dependency of ffuf is Go 1.11. No dependencies outside of Go standard l
|
|||
|
||||
## Changelog
|
||||
|
||||
- master
|
||||
- v0.9
|
||||
- New
|
||||
- New output file formats: CSV and eCSV (CSV with base64 encoded input field to avoid CSV breakage with payloads containing a comma)
|
||||
- New CLI flag to follow redirects
|
||||
|
|
|
@ -2,5 +2,5 @@ package ffuf
|
|||
|
||||
const (
|
||||
//VERSION holds the current version number
|
||||
VERSION = "0.9git"
|
||||
VERSION = "0.9"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue