From 0b984ec79ccbdabea2bd67ab8e3b474f2c878e3b Mon Sep 17 00:00:00 2001 From: abicky Date: Wed, 10 Feb 2021 06:42:22 +0900 Subject: [PATCH] Bump the version number to 0.1.1 --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index d022728..3edad76 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -9,7 +9,7 @@ import ( "golang.org/x/xerrors" ) -const version = "0.1.0" +const version = "0.1.1" // This variable should be overwritten by -ldflags var revision = "HEAD"