From 72457cbf8e526a3d869ad60c23d121b16eae0ae0 Mon Sep 17 00:00:00 2001 From: Kota Kanbe Date: Wed, 24 Jun 2020 10:57:39 +0900 Subject: [PATCH] bump up version --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index 97c99163..0e111109 100644 --- a/config/config.go +++ b/config/config.go @@ -16,7 +16,7 @@ import ( ) // Version of Vuls -var Version = "0.9.8" +var Version = "0.9.9" // Revision of Git var Revision string