ffuff/pkg/ffuf/const.go
Joona Hoikkala 58069582ca
Release010 (#41)
* Prepare release 0.10

* Readme fixes
2019-06-17 00:46:43 +03:00

7 lines
86 B
Go

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