From 4ba34331ae3fcab236d611f8e41dc9a65b3bec3d Mon Sep 17 00:00:00 2001 From: Joona Hoikkala Date: Sat, 13 Apr 2019 16:24:43 +0300 Subject: [PATCH] Release 0.9 (#27) --- README.md | 2 +- pkg/ffuf/const.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" )