aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-08-12 21:26:01 +0200
committerMichael Muré <batolettre@gmail.com>2018-08-12 21:26:01 +0200
commitbb6fad30589d959cb89565b0f91b11749a9654ba (patch)
tree41b73113f7c61b47d79b6f06342bac4fb8415e4e
parent83185a8cb32d866bb88d31b00439c94ce29e0e84 (diff)
downloadgit-bug-bb6fad30589d959cb89565b0f91b11749a9654ba.tar.gz
prepare a first version
-rw-r--r--commands/root.go2
1 files changed, 2 insertions, 0 deletions
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.