Bump version (#10)

This commit is contained in:
Joona Hoikkala 2019-03-30 01:54:27 +02:00 committed by GitHub
parent 504a87ea81
commit a8b7b56348
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.8"
VERSION = "0.9git"
)