mirror of
https://github.com/ffuf/ffuf
synced 2024-11-10 06:04:17 +00:00
Release 1.1 (#266)
This commit is contained in:
parent
bef2dc04ed
commit
d61ceb3eb2
2 changed files with 6 additions and 2 deletions
|
@ -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 a new issue