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"