ffuff/pkg/ffuf/const.go
Joona Hoikkala fb1be906f0
Move version output to a function (#407)
* Version info as function (#3)

* Opportunistic coloring
2021-03-04 22:04:04 +02:00

8 lines
123 B
Go

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