Release 0.9 (#27)
This commit is contained in:
parent
5cae980767
commit
4ba34331ae
@ -134,7 +134,7 @@ The only dependency of ffuf is Go 1.11. No dependencies outside of Go standard l
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
- master
|
- v0.9
|
||||||
- New
|
- New
|
||||||
- New output file formats: CSV and eCSV (CSV with base64 encoded input field to avoid CSV breakage with payloads containing a comma)
|
- 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
|
- New CLI flag to follow redirects
|
||||||
|
|||||||
@ -2,5 +2,5 @@ package ffuf
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
//VERSION holds the current version number
|
//VERSION holds the current version number
|
||||||
VERSION = "0.9git"
|
VERSION = "0.9"
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user