diff --git a/README.md b/README.md index 8832677..d109cf4 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,10 @@ The only dependency of ffuf is Go 1.11. No dependencies outside of Go standard l ## Changelog - master + - New + - Changed + +- v0.10 - New - New CLI flag: -ac to autocalibrate response size and word filters based on few preset URLs. - New CLI flag: -timeout to specify custom timeouts for all HTTP requests. diff --git a/pkg/ffuf/const.go b/pkg/ffuf/const.go index 07c3949..6d8cd04 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.10git" + VERSION = "0.10" )