ffuff/pkg/ffuf/const.go
2020-01-30 00:28:28 +02:00

7 lines
85 B
Go

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