From ba1931641cb4f8d11f3169d987259f0593655baf Mon Sep 17 00:00:00 2001 From: Joona Hoikkala Date: Mon, 11 Nov 2019 00:03:01 +0200 Subject: [PATCH] Release 0.11 (#88) --- README.md | 4 ++++ pkg/ffuf/const.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ab56555b..f2105935 100644 --- a/README.md +++ b/README.md @@ -189,6 +189,10 @@ The only dependency of ffuf is Go 1.11. No dependencies outside of Go standard l ## Changelog - master + - New + - Changed + +- v0.11 - New diff --git a/pkg/ffuf/const.go b/pkg/ffuf/const.go index c8c24e1e..0540ad4b 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.11git" + VERSION = "0.11" )