Release 1.1 (#266)

This commit is contained in:
Joona Hoikkala 2020-07-23 13:38:56 +03:00 committed by GitHub
parent bef2dc04ed
commit d61ceb3eb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View file

@ -1,6 +1,10 @@
## Changelog
- master
- New
- Changed
- v1.1.0
- New
- New CLI flag `-maxtime-job` to set max. execution time per job.
- Changed behaviour of `-maxtime`, can now be used for entire process.

View file

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