ffuff/pkg/ffuf/const.go
2020-02-02 15:32:50 +02:00

7 lines
89 B
Go

package ffuf
const (
//VERSION holds the current version number
VERSION = "1.1-git"
)