From f4d548fe18802100afe54d70ed1f69d49f5202a4 Mon Sep 17 00:00:00 2001 From: Hannes Hayashi <26571811+hanneshayashi@users.noreply.github.com> Date: Sun, 29 May 2022 07:47:54 +0200 Subject: [PATCH] bump version to v0.7.0 --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index ef23239c..24b509a0 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -134,7 +134,7 @@ For documentation see https://gsm.hayashi-ke.online.`, log.Fatalln(err) } }, - Version: "v0.6.0", + Version: "v0.7.0", } // Execute adds all child commands to the root command and sets flags appropriately.