mirror of
https://github.com/ffuf/ffuf
synced 2024-11-10 06:04:17 +00:00
Prepare 1.3.0 (#382)
This commit is contained in:
parent
407969eb2a
commit
825bd3231d
2 changed files with 5 additions and 1 deletions
|
@ -2,6 +2,10 @@
|
|||
- master
|
||||
- New
|
||||
- Changed
|
||||
|
||||
- v1.2.1
|
||||
- Changed
|
||||
- Fixed a build breaking bug in `input-shell` parameter
|
||||
|
||||
- v1.2.0
|
||||
- New
|
||||
|
|
|
@ -2,5 +2,5 @@ package ffuf
|
|||
|
||||
const (
|
||||
//VERSION holds the current version number
|
||||
VERSION = "1.2.1"
|
||||
VERSION = "1.3.0-git"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue