prepare a first version

Michael Muré created

Change summary

commands/root.go | 2 ++
1 file changed, 2 insertions(+)

Detailed changes

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.