diff options
author | Michael Muré <batolettre@gmail.com> | 2018-09-13 18:05:13 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-09-13 18:05:13 +0200 |
commit | ad59f77fd425b00ae4b8d7360a64dc3dc1c73bd0 (patch) | |
tree | 925d7df0bbbf40872b039c1406e33f5a5c474e7c /commands/root.go | |
parent | b168d71fc15c98f4b5f7c32a9c5e477bb2e49164 (diff) | |
download | git-bug-ad59f77fd425b00ae4b8d7360a64dc3dc1c73bd0.tar.gz |
version 0.3.00.3.0
Diffstat (limited to 'commands/root.go')
-rw-r--r-- | commands/root.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/root.go b/commands/root.go index 9aece1d4..edfb5b2b 100644 --- a/commands/root.go +++ b/commands/root.go @@ -16,7 +16,7 @@ var repo repository.Repo // RootCmd represents the base command when called without any subcommands var RootCmd = &cobra.Command{ - Version: "0.2.0", + Version: "0.3.0", Use: rootCommandName, Short: "A bugtracker embedded in Git", |