diff --git a/README.md b/README.md index cad154c..ebe5b4d 100644 --- a/README.md +++ b/README.md @@ -191,6 +191,10 @@ The only dependency of ffuf is Go 1.11. No dependencies outside of Go standard l ## Changelog - master + - New + - Changed + +- v0.12 - New - Added a new flag to select a multi wordlist operation mode: `--mode`, possible values: `clusterbomb` and `pitchfork`. - Added a new output file format eJSON, for always base64 encoding the input data. diff --git a/pkg/ffuf/const.go b/pkg/ffuf/const.go index f6f25f0..a89bab8 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.12git" + VERSION = "0.12" )