aboutsummaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-08-17 13:36:49 +0200
committerMichael Muré <batolettre@gmail.com>2018-08-17 13:37:50 +0200
commitd959acc29dcbc467790ae87389f9569bb830c8c6 (patch)
treef2b1c7eec0889280d7fa6b06be754a04eff857be /commands
parenteaef314936ca80e5280528244bdb6d233098b392 (diff)
downloadgit-bug-0.2.0.tar.gz
version 0.2.00.2.0
Diffstat (limited to 'commands')
-rw-r--r--commands/root.go2
1 files changed, 1 insertions, 1 deletions
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",