From bb6fad30589d959cb89565b0f91b11749a9654ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Mur=C3=A9?= Date: Sun, 12 Aug 2018 21:26:01 +0200 Subject: [PATCH] prepare a first version --- commands/root.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/commands/root.go b/commands/root.go index 67f05ebf..df8d3d32 100644 --- a/commands/root.go +++ b/commands/root.go @@ -19,6 +19,8 @@ var repo repository.Repo // RootCmd represents the base command when called without any subcommands var RootCmd = &cobra.Command{ + Version: "0.1.0", + Use: rootCommandName, Short: "A bugtracker embedded in Git", Long: `git-bug is a bugtracker embedded in git.