Release 0.11 (#88)

This commit is contained in:
Joona Hoikkala 2019-11-11 00:03:01 +02:00 committed by GitHub
parent 5456a37f72
commit ba1931641c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -2,5 +2,5 @@ package ffuf
const (
//VERSION holds the current version number
VERSION = "0.11git"
VERSION = "0.11"
)