ffuff/pkg/ffuf/const.go
2020-07-23 13:49:27 +03:00

7 lines
91 B
Go

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