Prepare 1.3.0 (#382)

This commit is contained in:
Joona Hoikkala 2021-01-24 22:43:10 +02:00 committed by GitHub
parent 407969eb2a
commit 825bd3231d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -3,6 +3,10 @@
- New - New
- Changed - Changed
- v1.2.1
- Changed
- Fixed a build breaking bug in `input-shell` parameter
- v1.2.0 - v1.2.0
- New - New
- Added 405 Method Not Allowed to list of status codes matched by default. - Added 405 Method Not Allowed to list of status codes matched by default.

View File

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