diff --git a/pkg/ffuf/const.go b/pkg/ffuf/const.go index a29a9d1..7ce2fe1 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.1.0" + VERSION = "1.2.0-git" )