Prepare v0.12git (#89)

This commit is contained in:
Joona Hoikkala 2019-11-11 00:10:52 +02:00 committed by GitHub
parent ba1931641c
commit 73922822f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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