diff --git a/pkg/ffuf/const.go b/pkg/ffuf/const.go index 5151e7f..6f52d70 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.8" + VERSION = "0.9git" )