ffuff/pkg/ffuf/const.go
2018-11-08 11:26:32 +02:00

7 lines
85 B
Go

package ffuf
const (
//VERSION holds the current version number
VERSION = "0.1"
)