From 9b0f8009ae13c9aabe66f470f0319faada08224c Mon Sep 17 00:00:00 2001 From: Gennaro Tedesco Date: Sat, 29 Jan 2022 00:43:37 +0100 Subject: [PATCH] version 0.0.1 --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index 08f798e..07d39ef 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -12,7 +12,7 @@ import ( var cfgFile string // VERSION number: change manually -const VERSION = "0.0.0" +const VERSION = "0.0.1" var rootCmd = &cobra.Command{ Use: "gh-s",