Release 1.1 (#266)
This commit is contained in:
parent
bef2dc04ed
commit
d61ceb3eb2
@ -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.
|
||||
|
||||
@ -2,5 +2,5 @@ package ffuf
|
||||
|
||||
const (
|
||||
//VERSION holds the current version number
|
||||
VERSION = "1.1.0-git"
|
||||
VERSION = "1.1.0"
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user