Prepare point release v1.0.2 (#175)
This commit is contained in:
parent
5f0d0faeb7
commit
7c6b20a552
@ -2,7 +2,9 @@
|
|||||||
|
|
||||||
- master
|
- master
|
||||||
- New
|
- New
|
||||||
|
- Changed
|
||||||
|
|
||||||
|
- v1.0.2
|
||||||
- Changed
|
- Changed
|
||||||
- Write POST request data properly to file when ran with `-od`.
|
- Write POST request data properly to file when ran with `-od`.
|
||||||
- Fixed a bug by using header canonicaliztion related to HTTP headers being case insensitive.
|
- Fixed a bug by using header canonicaliztion related to HTTP headers being case insensitive.
|
||||||
|
|||||||
@ -2,5 +2,5 @@ package ffuf
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
//VERSION holds the current version number
|
//VERSION holds the current version number
|
||||||
VERSION = "1.1-git"
|
VERSION = "1.0.2"
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user