From 2ab2412771d58a1b1f3bfeb5a6e9da2e683b0e12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Mur=C3=A9?= <batolettre@gmail.com> Date: Sun, 21 Oct 2018 12:33:08 +0200 Subject: [PATCH] version 0.4.0 --- commands/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/root.go b/commands/root.go index b0772726..5bb2b504 100644 --- a/commands/root.go +++ b/commands/root.go @@ -17,7 +17,7 @@ var repo repository.ClockedRepo // RootCmd represents the base command when called without any subcommands var RootCmd = &cobra.Command{ - Version: "0.3.0", + Version: "0.4.0", Use: rootCommandName, Short: "A bug tracker embedded in Git", -- GitLab