From 58069582ca36379797abbf774f70442857ea0556 Mon Sep 17 00:00:00 2001 From: Joona Hoikkala Date: Mon, 17 Jun 2019 00:46:43 +0300 Subject: [PATCH] Release010 (#41) * Prepare release 0.10 * Readme fixes --- README.md | 4 ++++ pkg/ffuf/const.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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" )