From a124518d78779cd9daefd92bb66b25da37516363 Mon Sep 17 00:00:00 2001 From: Kota Kanbe Date: Fri, 16 Oct 2020 20:42:31 +0900 Subject: [PATCH] fix: hard-coded version #1057 (#1059) --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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