ffuff/pkg/ffuf/const.go
2020-02-21 22:52:23 +02:00

7 lines
91 B
Go

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