mirror of
https://github.com/ffuf/ffuf
synced 2024-11-10 06:04:17 +00:00
Release 0.11 (#88)
This commit is contained in:
parent
5456a37f72
commit
ba1931641c
2 changed files with 5 additions and 1 deletions
|
@ -189,6 +189,10 @@ The only dependency of ffuf is Go 1.11. No dependencies outside of Go standard l
|
|||
## Changelog
|
||||
|
||||
- master
|
||||
- New
|
||||
- Changed
|
||||
|
||||
- v0.11
|
||||
|
||||
- New
|
||||
|
||||
|
|
|
@ -2,5 +2,5 @@ package ffuf
|
|||
|
||||
const (
|
||||
//VERSION holds the current version number
|
||||
VERSION = "0.11git"
|
||||
VERSION = "0.11"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue