diff --git a/config/config.go b/config/config.go index 8299efb0..8361fd21 100644 --- a/config/config.go +++ b/config/config.go @@ -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