fix: hard-coded version #1057 (#1059)

This commit is contained in:
Kota Kanbe
2020-10-16 20:42:31 +09:00
committed by GitHub
parent 94bf630e29
commit a124518d78

View File

@@ -16,7 +16,7 @@ import (
)
// Version of Vuls
var Version = "0.9.9"
var Version = "`make build` or `make install` will show the version"
// Revision of Git
var Revision string