ffuff/pkg/ffuf/const.go
Joona Hoikkala 875ee38f59
Prepare 1.1-git (#146)
* Prepare 1.1-git

* Changelog too...
2020-01-30 00:55:01 +02:00

7 lines
89 B
Go

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