8 lines
123 B
Go
8 lines
123 B
Go
package ffuf
|
|
|
|
const (
|
|
//VERSION holds the current version number
|
|
VERSION = "1.3.0-git"
|
|
VERSION_APPENDIX = ""
|
|
)
|