7 lines
88 B
Go
7 lines
88 B
Go
package ffuf
|
|
|
|
const (
|
|
//VERSION holds the current version number
|
|
VERSION = "0.9git"
|
|
)
|