aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-10-21 12:33:08 +0200
committerMichael Muré <batolettre@gmail.com>2018-10-21 12:33:08 +0200
commit2ab2412771d58a1b1f3bfeb5a6e9da2e683b0e12 (patch)
treeb5c762f6c4202865125efc0fe7cddb15e4faa62e
parent82701f8ce786dd0252c62d2c28ee30e6790b248f (diff)
downloadgit-bug-2ab2412771d58a1b1f3bfeb5a6e9da2e683b0e12.tar.gz
version 0.4.00.4.0
-rw-r--r--commands/root.go2
1 files changed, 1 insertions, 1 deletions
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",