diff --git a/README.md b/README.md index ab56555..f210593 100644 --- a/README.md +++ b/README.md @@ -189,6 +189,10 @@ The only dependency of ffuf is Go 1.11. No dependencies outside of Go standard l ## Changelog - master + - New + - Changed + +- v0.11 - New diff --git a/pkg/ffuf/const.go b/pkg/ffuf/const.go index c8c24e1..0540ad4 100644 --- a/pkg/ffuf/const.go +++ b/pkg/ffuf/const.go @@ -2,5 +2,5 @@ package ffuf const ( //VERSION holds the current version number - VERSION = "0.11git" + VERSION = "0.11" )