From 32926429ffc3049bf90a6cdcf897f495d01e9e4f Mon Sep 17 00:00:00 2001 From: Gennaro Tedesco Date: Sun, 30 Jan 2022 01:49:49 +0100 Subject: [PATCH] redied for version v0.0.3 --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index 883621b..17c4f62 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.2" +const VERSION = "0.0.3" var rootCmd = &cobra.Command{ Use: "gh-s",