From 3be50ab8da5d60cae515509b564a3e0d97a3a503 Mon Sep 17 00:00:00 2001 From: Kota Kanbe Date: Sun, 19 Apr 2020 09:06:01 +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 881ef05bd1..52fef8605b 100644 --- a/config/config.go +++ b/config/config.go @@ -17,7 +17,7 @@ import ( ) // Version of Vuls -var Version = "0.9.1" +var Version = "0.9.3" // Revision of Git var Revision string