Prepare for release 1.4.0 (#535)
* Prepare for release 1.4.0 * Prep changelog
This commit is contained in:
parent
4436ff79d4
commit
f6735d56dc
@ -1,5 +1,9 @@
|
||||
## Changelog
|
||||
- master
|
||||
- New
|
||||
- Changed
|
||||
|
||||
- v1.4.0
|
||||
- New
|
||||
- Added response time logging and filtering
|
||||
- Added a CLI flag to specify TLS SNI value
|
||||
|
||||
@ -2,7 +2,7 @@ package ffuf
|
||||
|
||||
var (
|
||||
//VERSION holds the current version number
|
||||
VERSION = "1.3.1"
|
||||
VERSION = "1.4.0"
|
||||
//VERSION_APPENDIX holds additional version definition
|
||||
VERSION_APPENDIX = "-dev"
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user