Release010 (#41)

* Prepare release 0.10

* Readme fixes
This commit is contained in:
Joona Hoikkala 2019-06-17 00:46:43 +03:00 committed by GitHub
parent 8883aea432
commit 58069582ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -170,6 +170,10 @@ The only dependency of ffuf is Go 1.11. No dependencies outside of Go standard l
## Changelog
- master
- New
- Changed
- v0.10
- New
- New CLI flag: -ac to autocalibrate response size and word filters based on few preset URLs.
- New CLI flag: -timeout to specify custom timeouts for all HTTP requests.

View file

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