Release 0.9 done (#28)

This commit is contained in:
Joona Hoikkala 2019-04-13 16:28:47 +03:00 committed by GitHub
parent 4ba34331ae
commit 11ece7db17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -134,6 +134,11 @@ The only dependency of ffuf is Go 1.11. No dependencies outside of Go standard l
## Changelog
- master
- New
- Changed
- v0.9
- New
- New output file formats: CSV and eCSV (CSV with base64 encoded input field to avoid CSV breakage with payloads containing a comma)

View file

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