From b52f0120ffd733c57983b173ff07f8e89750931f Mon Sep 17 00:00:00 2001 From: kota kanbe Date: Wed, 6 Apr 2016 12:34:13 +0900 Subject: [PATCH] Bump up version --- version.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.go b/version.go index 581e9e6d..8e14bfc9 100644 --- a/version.go +++ b/version.go @@ -17,8 +17,8 @@ along with this program. If not, see . package main -// Name. +// Name is Vuls const Name string = "vuls" -// Version. -const Version string = "0.1.0" +// Version of Vuls +const Version string = "0.1.1"