From d959acc29dcbc467790ae87389f9569bb830c8c6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michael=20Mur=C3=A9?= <batolettre@gmail.com>
Date: Fri, 17 Aug 2018 13:36:49 +0200
Subject: [PATCH] version 0.2.0

---
 commands/root.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/commands/root.go b/commands/root.go
index ac2a75d8..bbf7d6de 100644
--- a/commands/root.go
+++ b/commands/root.go
@@ -20,7 +20,7 @@ var repo repository.Repo
 
 // RootCmd represents the base command when called without any subcommands
 var RootCmd = &cobra.Command{
-	Version: "0.1.0",
+	Version: "0.2.0",
 
 	Use:   rootCommandName,
 	Short: "A bugtracker embedded in Git",
-- 
GitLab