diff --git a/README.md b/README.md index f824bdd..a8bdf13 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pkg/ffuf/const.go b/pkg/ffuf/const.go index 6f52d70..ebc213f 100644 --- a/pkg/ffuf/const.go +++ b/pkg/ffuf/const.go @@ -2,5 +2,5 @@ package ffuf const ( //VERSION holds the current version number - VERSION = "0.9git" + VERSION = "0.9" )