From 875ee38f599075a48870123ba480a088b2ffe443 Mon Sep 17 00:00:00 2001 From: Joona Hoikkala Date: Thu, 30 Jan 2020 00:55:01 +0200 Subject: [PATCH] Prepare 1.1-git (#146) * Prepare 1.1-git * Changelog too... --- CHANGELOG.md | 4 ++++ pkg/ffuf/const.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc9e220..1e908de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ ## Changelog - master + - New + - Changed + +- v1.0 - New - New CLI flag `-ic` to ignore comments from wordlist. - New CLI flags `-request` to specify the raw request file to build the actual request from and `-request-proto` to define the new request format. diff --git a/pkg/ffuf/const.go b/pkg/ffuf/const.go index 7a5c4ac..6e9d947 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 = "1.0" + VERSION = "1.1-git" )