Prepare 1.1-git (#146)

* Prepare 1.1-git

* Changelog too...
This commit is contained in:
Joona Hoikkala 2020-01-30 00:55:01 +02:00 committed by GitHub
parent 8970d9b4ea
commit 875ee38f59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
## Changelog ## Changelog
- master - master
- New
- Changed
- v1.0
- New - New
- New CLI flag `-ic` to ignore comments from wordlist. - New CLI flag `-ic` to ignore comments from wordlist.
- New CLI flags `-request` to specify the raw request file to build the actual request from and `-request-proto` to define the new request format. - New CLI flags `-request` to specify the raw request file to build the actual request from and `-request-proto` to define the new request format.

View File

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