ffuff/pkg/ffuf/const.go
2019-11-16 18:34:58 +02:00

7 lines
89 B
Go

package ffuf
const (
//VERSION holds the current version number
VERSION = "1.0-rc1"
)