diff --git a/pkg/ffuf/const.go b/pkg/ffuf/const.go index a89bab8..7e5c1c0 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.12" + VERSION = "1.0-rc1" )