From 1fcc8119360b7d64155acb6bfdab708bb1b2ff73 Mon Sep 17 00:00:00 2001 From: Gennaro Tedesco Date: Sun, 17 Jul 2022 20:21:01 +0200 Subject: [PATCH] version 0.0.7 --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index f1cdf37..5a8f84b 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -10,7 +10,7 @@ import ( var cfgFile string // VERSION number: change manually -const VERSION = "0.0.6" +const VERSION = "0.0.7" var rootCmd = &cobra.Command{ Use: "gh-s",