From a3e3dc5246af2fd608539f9d8a31dbb1d211c71e Mon Sep 17 00:00:00 2001 From: Joona Hoikkala Date: Sun, 2 Feb 2020 15:32:50 +0200 Subject: [PATCH] Prepare v1.1 again (#154) --- pkg/ffuf/const.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/ffuf/const.go b/pkg/ffuf/const.go index 36839be..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.1" + VERSION = "1.1-git" )