diff --git a/pkg/ffuf/const.go b/pkg/ffuf/const.go index c83b8d3a..8194ff46 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.2" + VERSION = "1.1.0-git" )