diff --git a/README.md b/README.md index a8bdf13..f99205e 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,11 @@ The only dependency of ffuf is Go 1.11. No dependencies outside of Go standard l ## Changelog +- master + - New + + - Changed + - 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) diff --git a/pkg/ffuf/const.go b/pkg/ffuf/const.go index ebc213f..07c3949 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.9" + VERSION = "0.10git" )